* Use stdenv-linux only on Linux platforms.

svn path=/nixpkgs/trunk/; revision=250
This commit is contained in:
Eelco Dolstra 2003-08-05 13:06:06 +00:00
parent 2264e18f43
commit 49f7a4afd1

View file

@ -1 +1,4 @@
IncludeFix("stdenv-native/stdenv.fix")
If ( HasSubstr(Platform(), "linux")
, IncludeFix("stdenv-linux/stdenv.fix")
, IncludeFix("stdenv-native/stdenv.fix")
)