1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

Adding in stdenv an 'isMips' attribute.

svn path=/nixpkgs/branches/stdenv-updates/; revision=23323
This commit is contained in:
Lluís Batlle i Rossell 2010-08-21 17:14:03 +00:00
parent 237884a8bf
commit 72707853f0

View file

@ -109,6 +109,7 @@ 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";
# Utility function: allow stdenv to be easily regenerated with
# a different setup script. (See all-packages.nix for an