about summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-07 21:07:41 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-08-07 21:07:41 +0000
commit1c078c986145f846368b8638f3fc6623480c0aa2 (patch)
treec4dcf91734d1369146180a4775b0c63c9745f8e0 /pkgs/stdenv
parent46082f25f9a79e9224a34126cf38e2d3967e2649 (diff)
Fixing a double set attribute in stdenv
svn path=/nixpkgs/branches/stdenv-updates/; revision=23028
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/generic/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/stdenv/generic/default.nix b/pkgs/stdenv/generic/default.nix
index 4d2200d197147..8cd1dc29d6123 100644
--- a/pkgs/stdenv/generic/default.nix
+++ b/pkgs/stdenv/generic/default.nix
@@ -97,7 +97,6 @@ let
                || result.system == "armv5tel-linux"
                || result.system == "ict_loongson-2_v0.3_fpu_v0.1-linux";
         isSunOS = result.system == "i386-sunos";
-        isSunOS = result.system == "i386-sunos";
         isi686 = result.system == "i686-linux"
                || result.system == "i686-darwin"
                || result.system == "i686-freebsd"