3
0
Fork 0
forked from mirrors/nixpkgs

pkgs/stdenv/generic: added isSunOS attribute, similar to isLinux, isDarwin, etc.

svn path=/nixpkgs/branches/stdenv-updates/; revision=22675
This commit is contained in:
Peter Simons 2010-07-20 13:14:17 +00:00
parent aec027e2ec
commit ba58eb8e22

View file

@ -95,6 +95,7 @@ let
|| result.system == "x86_64-linux"
|| result.system == "powerpc-linux"
|| result.system == "armv5tel-linux";
isSunOS = result.system == "i386-sunos";
isi686 = result.system == "i686-linux"
|| result.system == "i686-darwin"
|| result.system == "i686-freebsd"