Updating nix's aterm from aterm242fixes to aterm25 (proposed by niksnut).


svn path=/nixpkgs/branches/stdenv-updates/; revision=18879

+4 -4
+4 -4
pkgs/top-level/all-packages.nix
··· 5739 5739 inherit fetchurl stdenv perl curl bzip2 openssl bison; 5740 5740 inherit libtool automake autoconf docbook5 docbook5_xsl libxslt docbook_xml_dtd_43 w3m; 5741 5741 5742 - aterm = aterm242fixes; 5742 + aterm = aterm25; 5743 5743 db4 = db45; 5744 5744 5745 5745 flex = flex2533; ··· 8493 8493 8494 8494 nix = makeOverridable (import ../tools/package-management/nix) { 8495 8495 inherit fetchurl stdenv perl curl bzip2 openssl; 8496 - aterm = aterm242fixes; 8496 + aterm = aterm25; 8497 8497 db4 = db45; 8498 8498 supportOldDBs = getPkgConfig "nix" "OldDBSupport" true; 8499 8499 storeDir = getPkgConfig "nix" "storeDir" "/nix/store"; ··· 8503 8503 # The bleeding edge. 8504 8504 nixUnstable = makeOverridable (import ../tools/package-management/nix/unstable.nix) { 8505 8505 inherit fetchurl stdenv perl curl bzip2 openssl; 8506 - aterm = aterm242fixes; 8506 + aterm = aterm25; 8507 8507 storeDir = getPkgConfig "nix" "storeDir" "/nix/store"; 8508 8508 stateDir = getPkgConfig "nix" "stateDir" "/nix/var"; 8509 8509 }; ··· 8513 8513 inherit fetchurl stdenv perl curl bzip2 openssl src preConfigure automake 8514 8514 autoconf libtool configureFlags enableScripts lib bison libxml2; 8515 8515 flex = flex2533; 8516 - aterm = aterm242fixes; 8516 + aterm = aterm25; 8517 8517 db4 = db45; 8518 8518 inherit docbook5_xsl libxslt docbook5 docbook_xml_dtd_43 w3m; 8519 8519 };