forked from mirrors/nixpkgs
Do not apply Hurd-specific fixes for simple cross-Linux. Unfortunately, still no luck with my ARM device
svn path=/nixpkgs/trunk/; revision=30410
This commit is contained in:
parent
3e4045ee9f
commit
612fd5de82
|
@ -147,7 +147,6 @@ stdenv.mkDerivation ({
|
|||
|
||||
postPatch =
|
||||
if (stdenv.system == "i586-pc-gnu"
|
||||
|| (libcCross != null) # e.g., building `gcc.hostDrv'
|
||||
|| (cross != null && cross.config == "i586-pc-gnu"
|
||||
&& libcCross != null))
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue