Support i686-darwin

svn path=/nixpkgs/trunk/; revision=5597
This commit is contained in:
Martin Bravenboer 2006-07-05 16:33:41 +00:00
parent 2389b06fe7
commit bb9f6fbc59

View File

@ -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;
} }