Skip to content

Commit

Permalink
flake: include iconv headers
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Jul 12, 2024
1 parent f25a943 commit 4565aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"--extra-lib-dirs=${zlib.static}/lib"
"--extra-lib-dirs=${stripDylib (libffi.overrideAttrs (_: { dontDisableStatic = true; }))}/lib"
"--extra-lib-dirs=${stripDylib (ncurses.override { enableStatic = true; })}/lib"
"--extra-include-dirs=${libiconv}/include"
"--ghc-options=-pgml=${cc-workaround-nix-23138}/bin/cc-workaround-nix-23138"
]))
haskell.lib.dontHaddock
Expand Down

0 comments on commit 4565aba

Please sign in to comment.