nix: fix static build
- the isExecutable patch was broken, remove it - the ncurses fix was broken, we still need `enableStatic` - the original error was caused by the new ghc-bignum package, which isn't a "proper" Haskell package; we filter this out explicitly now
This commit is contained in:
@@ -18,7 +18,7 @@ let
|
||||
static-haskell-nix
|
||||
[
|
||||
patches.static-haskell-nix-ncurses
|
||||
patches.static-haskell-nix-isexecutable
|
||||
patches.static-haskell-nix-ghc-bignum
|
||||
];
|
||||
|
||||
patchedNixpkgs =
|
||||
|
||||
Reference in New Issue
Block a user