mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gdb Cross-Compilation: try to disable python.
svn path=/nixpkgs/trunk/; revision=28714
This commit is contained in:
parent
bb2716d232
commit
c2386b3c91
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
|||
# Do not add --with-python here to avoid cross building it.
|
||||
configureFlags =
|
||||
'' --with-gmp=${gmp.hostDrv} --with-mpfr=${mpfr.hostDrv} --with-system-readline
|
||||
--with-expat --with-libexpat-prefix=${expat.hostDrv}
|
||||
--with-expat --with-libexpat-prefix=${expat.hostDrv} --without-python
|
||||
'' + stdenv.lib.optionalString (target != null)
|
||||
" --target=${target.config}";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue