mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 14:26:33 +01:00
49f7a4afd1
svn path=/nixpkgs/trunk/; revision=250
4 lines
128 B
Text
4 lines
128 B
Text
If ( HasSubstr(Platform(), "linux")
|
|
, IncludeFix("stdenv-linux/stdenv.fix")
|
|
, IncludeFix("stdenv-native/stdenv.fix")
|
|
)
|