mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Adding in stdenv an 'isMips' attribute.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23323
This commit is contained in:
parent
237884a8bf
commit
72707853f0
@ -109,6 +109,7 @@ let
|
|||||||
|| result.system == "x86_64-openbsd";
|
|| result.system == "x86_64-openbsd";
|
||||||
is64bit = result.system == "x86_64-linux"
|
is64bit = result.system == "x86_64-linux"
|
||||||
|| result.system == "x86_64-darwin";
|
|| result.system == "x86_64-darwin";
|
||||||
|
isMips = result.system == "ict_loongson-2_v0.3_fpu_v0.1-linux";
|
||||||
|
|
||||||
# Utility function: allow stdenv to be easily regenerated with
|
# Utility function: allow stdenv to be easily regenerated with
|
||||||
# a different setup script. (See all-packages.nix for an
|
# a different setup script. (See all-packages.nix for an
|
||||||
|
Loading…
Reference in New Issue
Block a user