forked from mirrors/nixpkgs
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 ";
|
||||
|
||||
configureFlags = ''
|
||||
-prefix $out
|
||||
-v -no-separate-debug-info -release
|
||||
-system-zlib -system-libpng -system-libjpeg -fast
|
||||
-qt-gif -confirm-license
|
||||
|
|
Loading…
Reference in a new issue