mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
Addindg isArm and enlarging isMips for stdenv.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23326
This commit is contained in:
parent
191961aa76
commit
b9080de4fd
@ -109,7 +109,10 @@ let
|
||||
|| result.system == "x86_64-openbsd";
|
||||
is64bit = result.system == "x86_64-linux"
|
||||
|| result.system == "x86_64-darwin";
|
||||
isMips = result.system == "ict_loongson-2_v0.3_fpu_v0.1-linux";
|
||||
isMips = result.system == "ict_loongson-2_v0.3_fpu_v0.1-linux"
|
||||
|| result.system == "mips-linux"
|
||||
|| result.system == "mips64-linux";
|
||||
isArm = result.system == "armv5tel-linux";
|
||||
|
||||
# Utility function: allow stdenv to be easily regenerated with
|
||||
# a different setup script. (See all-packages.nix for an
|
||||
|
Loading…
Reference in New Issue
Block a user