Gdb: Remove un-neccessary --with-python.
svn path=/nixpkgs/trunk/; revision=28849
This commit is contained in:
parent
3f02dcf735
commit
fb3a64c934
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = with stdenv.lib;
|
configureFlags = with stdenv.lib;
|
||||||
'' --with-gmp=${gmp} --with-mpfr=${mpfr} --with-system-readline
|
'' --with-gmp=${gmp} --with-mpfr=${mpfr} --with-system-readline
|
||||||
--with-expat --with-libexpat-prefix=${expat} --with-python
|
--with-expat --with-libexpat-prefix=${expat}
|
||||||
''
|
''
|
||||||
+ optionalString (target != null) " --target=${target.config}"
|
+ optionalString (target != null) " --target=${target.config}"
|
||||||
+ optionalString (elem stdenv.system platforms.cygwin) " --without-python"
|
+ optionalString (elem stdenv.system platforms.cygwin) " --without-python"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user