mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
gdb Cross-Compilation: try to disable python.
svn path=/nixpkgs/trunk/; revision=28714
This commit is contained in:
parent
bb2716d232
commit
c2386b3c91
@ -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 New Issue
Block a user