Skip to content

Commit

Permalink
net-p2p/cardano-node: Mark broken on aarch64
Browse files Browse the repository at this point in the history
The .cabal file of text-2.0.2 package has following lines:

  if (arch(aarch64) || arch(arm)) && impl(ghc == 8.10.*)
    build-depends: base < 0

Reported by:	pkg-fallout
  • Loading branch information
arrowd committed Feb 16, 2024
1 parent cf6eea5 commit a0799f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net-p2p/cardano-node/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= https://cardano.org/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

BROKEN_aarch64= text-2.0.2 is broken on AArch64 when using GHC 8.10

NOT_FOR_ARCHS= i386

BUILD_DEPENDS= ghc-8.10.7:lang/ghc810
Expand Down

0 comments on commit a0799f4

Please sign in to comment.