* Use stdenv-linux only on Linux platforms.

svn path=/nixpkgs/trunk/; revision=250
gstqt5
Eelco Dolstra 2003-08-05 13:06:06 +00:00
parent 2264e18f43
commit 49f7a4afd1
1 changed files with 4 additions and 1 deletions

View File

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