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 =
|
postPatch =
|
||||||
if (stdenv.system == "i586-pc-gnu"
|
if (stdenv.system == "i586-pc-gnu"
|
||||||
|| (libcCross != null) # e.g., building `gcc.hostDrv'
|
|
||||||
|| (cross != null && cross.config == "i586-pc-gnu"
|
|| (cross != null && cross.config == "i586-pc-gnu"
|
||||||
&& libcCross != null))
|
&& libcCross != null))
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user