mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Support i686-darwin
svn path=/nixpkgs/trunk/; revision=5597
This commit is contained in:
parent
2389b06fe7
commit
bb9f6fbc59
@ -78,5 +78,6 @@ rec {
|
|||||||
else if system == "i686-freebsd" then stdenvFreeBSD
|
else if system == "i686-freebsd" then stdenvFreeBSD
|
||||||
else if system == "i686-cygwin" then stdenvCygwin
|
else if system == "i686-cygwin" then stdenvCygwin
|
||||||
else if system == "powerpc-darwin" then stdenvDarwin
|
else if system == "powerpc-darwin" then stdenvDarwin
|
||||||
|
else if system == "i686-darwin" then stdenvDarwin
|
||||||
else stdenvNative;
|
else stdenvNative;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user