nixpkgs/pkgs/stdenv/stdenv.fix
Eelco Dolstra 49f7a4afd1 * Use stdenv-linux only on Linux platforms.
svn path=/nixpkgs/trunk/; revision=250
2003-08-05 13:06:06 +00:00

5 lines
128 B
Plaintext

If ( HasSubstr(Platform(), "linux")
, IncludeFix("stdenv-linux/stdenv.fix")
, IncludeFix("stdenv-native/stdenv.fix")
)