haskell.packages.ghc943.cabal2nix: aarch64-linux works again
This commit is contained in:
parent
004544d38b
commit
050fd1c134
1 changed files with 0 additions and 7 deletions
|
@ -61,13 +61,6 @@ in {
|
|||
# 0.30 introduced support for GHC 9.2.
|
||||
cryptonite = doDistribute self.cryptonite_0_30;
|
||||
|
||||
cabal2nix =
|
||||
# cabal2nix depends on foundation, which is broken on aarch64-linux.
|
||||
# https://github.com/haskell-foundation/foundation/issues/571
|
||||
overrideCabal
|
||||
(drv: { badPlatforms = [ "aarch64-linux" ]; })
|
||||
super.cabal2nix;
|
||||
|
||||
doctest = self.doctest_0_20_1;
|
||||
# consequences of doctest breakage follow:
|
||||
|
||||
|
|
Loading…
Reference in a new issue