summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-12-10 14:50:50 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-12-10 14:50:50 +0000
commit99f8d729b08d0fd283b08a7288b823dd9bd512fa (patch)
tree0b03133a064e8ca8efce4a5341a7e8130246b131 /pkgs/top-level
parent89fe676bb37e80fa8f9092dc83b49a0f7b1632f2 (diff)
downloadnixlib-99f8d729b08d0fd283b08a7288b823dd9bd512fa.tar
nixlib-99f8d729b08d0fd283b08a7288b823dd9bd512fa.tar.gz
nixlib-99f8d729b08d0fd283b08a7288b823dd9bd512fa.tar.bz2
nixlib-99f8d729b08d0fd283b08a7288b823dd9bd512fa.tar.lz
nixlib-99f8d729b08d0fd283b08a7288b823dd9bd512fa.tar.xz
nixlib-99f8d729b08d0fd283b08a7288b823dd9bd512fa.tar.zst
nixlib-99f8d729b08d0fd283b08a7288b823dd9bd512fa.zip
Updating nix's aterm from aterm242fixes to aterm25 (proposed by niksnut).
svn path=/nixpkgs/branches/stdenv-updates/; revision=18879
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 6910c5c5ce31..386b36ba29df 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -5739,7 +5739,7 @@ let
       inherit fetchurl stdenv perl curl bzip2 openssl bison;
       inherit libtool automake autoconf docbook5 docbook5_xsl libxslt docbook_xml_dtd_43 w3m;
 
-      aterm = aterm242fixes;
+      aterm = aterm25;
       db4 = db45;
 
       flex = flex2533;
@@ -8493,7 +8493,7 @@ let
 
   nix = makeOverridable (import ../tools/package-management/nix) {
     inherit fetchurl stdenv perl curl bzip2 openssl;
-    aterm = aterm242fixes;
+    aterm = aterm25;
     db4 = db45;
     supportOldDBs = getPkgConfig "nix" "OldDBSupport" true;
     storeDir = getPkgConfig "nix" "storeDir" "/nix/store";
@@ -8503,7 +8503,7 @@ let
   # The bleeding edge.
   nixUnstable = makeOverridable (import ../tools/package-management/nix/unstable.nix) {
     inherit fetchurl stdenv perl curl bzip2 openssl;
-    aterm = aterm242fixes;
+    aterm = aterm25;
     storeDir = getPkgConfig "nix" "storeDir" "/nix/store";
     stateDir = getPkgConfig "nix" "stateDir" "/nix/var";
   };
@@ -8513,7 +8513,7 @@ let
       inherit fetchurl stdenv perl curl bzip2 openssl src preConfigure automake
         autoconf libtool configureFlags enableScripts lib bison libxml2;
       flex = flex2533;
-      aterm = aterm242fixes;
+      aterm = aterm25;
       db4 = db45;
       inherit docbook5_xsl libxslt docbook5 docbook_xml_dtd_43 w3m;
     };