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:
parent
aec027e2ec
commit
ba58eb8e22
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue