Skip to content

Commit 3ec228c

Browse files
angermanerikd
authored andcommitted
Nix tweak
1 parent 888db95 commit 3ec228c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nix/haskell.nix

+2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ let
116116
configureFlags = [
117117
"--ghc-option=-optl=-lssl"
118118
"--ghc-option=-optl=-lcrypto"
119+
"--ghc-option=-optl=-lstdc++" # used by icu, but not referenced m(
119120
"--ghc-option=-optl=-L${pkgs.openssl.out}/lib"
121+
"--ghc-option=-optl=-L${(pkgs.icu.overrideAttrs (old: { configureFlags = old.configureFlags ++ [ "--enable-static" "--disable-shared" ]; })).out}/lib"
120122
];
121123
};
122124
in {

0 commit comments

Comments
 (0)