Skip to content

Commit 681fd80

Browse files
author
Aaron Honeycutt
committed
work on fixing zlib issue for some folks
1 parent deeb088 commit 681fd80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shell.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ mkShellNoCC {
2929
zlib
3030
];
3131
shellHook = ''
32+
# Set variables for libraries
33+
export LD_LIBRARY_PATH=${gmp}/lib:${mpfr}/lib:${zlib}/lib
34+
3235
# TODO remove?
3336
NIX_LDFLAGS="$NIX_LDFLAGS -lncurses"
3437

0 commit comments

Comments
 (0)