* Use stdenv-linux only on Linux platforms.
svn path=/nixpkgs/trunk/; revision=250
This commit is contained in:
parent
2264e18f43
commit
49f7a4afd1
|
@ -1 +1,4 @@
|
||||||
IncludeFix("stdenv-native/stdenv.fix")
|
If ( HasSubstr(Platform(), "linux")
|
||||||
|
, IncludeFix("stdenv-linux/stdenv.fix")
|
||||||
|
, IncludeFix("stdenv-native/stdenv.fix")
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue