mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Updating nix's aterm from aterm242fixes to aterm25 (proposed by niksnut).
svn path=/nixpkgs/branches/stdenv-updates/; revision=18879
This commit is contained in:
parent
89fe676bb3
commit
99f8d729b0
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user