mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
Check for libreadline
This commit is contained in:
parent
a1a5e63e14
commit
73bba12d8b
7 changed files with 22 additions and 5 deletions
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue