From 1fe2258179b0541e3ee71aad18c9813c12fb6279 Mon Sep 17 00:00:00 2001 From: MrChico Date: Thu, 5 Aug 2021 19:12:06 +0200 Subject: [PATCH] Update haskell.nix --- haskell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell.nix b/haskell.nix index eecb7eaf8..d336809e4 100644 --- a/haskell.nix +++ b/haskell.nix @@ -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"