1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02:00

Check for libreadline

This commit is contained in:
Eelco Dolstra 2017-04-28 16:53:56 +02:00
parent a1a5e63e14
commit 73bba12d8b
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
7 changed files with 22 additions and 5 deletions

View file

@ -35,7 +35,7 @@ with import <nixpkgs> {};
shellHook =
''
export prefix=$(pwd)/inst
configureFlags+=" --prefix=prefix"
configureFlags+=" --prefix=$prefix"
PKG_CONFIG_PATH=$prefix/lib/pkgconfig:$PKG_CONFIG_PATH
PATH=$prefix/bin:$PATH
'';