mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Added a prefix which is not passed to the configure script anymore
svn path=/nixpkgs/trunk/; revision=16725
This commit is contained in:
parent
f114f1a64e
commit
bd1b49e546
@ -47,6 +47,7 @@ stdenv.mkDerivation {
|
|||||||
prefixKey = "-prefix ";
|
prefixKey = "-prefix ";
|
||||||
|
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
|
-prefix $out
|
||||||
-v -no-separate-debug-info -release
|
-v -no-separate-debug-info -release
|
||||||
-system-zlib -system-libpng -system-libjpeg -fast
|
-system-zlib -system-libpng -system-libjpeg -fast
|
||||||
-qt-gif -confirm-license
|
-qt-gif -confirm-license
|
||||||
|
Loading…
Reference in New Issue
Block a user