Skip to content

Commit

Permalink
Update haskell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChico committed Aug 5, 2021
1 parent 1fe2258 commit a2b96cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ in self-hs: super-hs:
"--ghc-option=-O2"
] ++
(if stdenv.isDarwin then [] else
if shared then [] else [
if shared then [] else [
"--enable-executable-static"
"--extra-lib-dirs=${pkgs.gmp.override { withStatic = true; }}/lib"
"--extra-lib-dirs=${pkgs.glibc.static}/lib"
Expand Down

0 comments on commit a2b96cc

Please sign in to comment.