GNU Readline 6.1.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19222
This commit is contained in:
parent
2e9a37cce1
commit
1bc4535ed9
@ -1,8 +1,4 @@
|
|||||||
# Automatically generated by `update-patch-set.sh'; do not edit.
|
# Automatically generated by `update-patch-set.sh'; do not edit.
|
||||||
|
|
||||||
patch: [
|
patch: [
|
||||||
(patch "001" "1wbqnsxm4nd8rjckl8mdqcb82pphnsj2yxs4f2nf88kyhwzy544i")
|
|
||||||
(patch "002" "070c3jz8fs5q17yy3l70wxklgnw6hp5ac9zhb0jdnrr9hf0wi6kl")
|
|
||||||
(patch "003" "1gwssafy42hcijcynmlpqsasch7kqxbv2cqw0p7f9p2y6vp9ng2j")
|
|
||||||
(patch "004" "1yzaycdfqjs5jdl0k7qg9cx47bdlq9xs0m6lfq42ys3yscmb1jzm")
|
|
||||||
]
|
]
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{ fetchurl, stdenv, ncurses }:
|
{ fetchurl, stdenv, ncurses }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "readline-6.0";
|
name = "readline-6.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/readline/${name}.tar.gz";
|
url = "mirror://gnu/readline/${name}.tar.gz";
|
||||||
sha256 = "1pn13j6f9376kwki69050x3zh62yb1w31l37rws5nwr5q02xk68i";
|
sha256 = "0sd97zqdh4fc0zzgzpskkczwa2fmb0s89qdyndb6vkbcq04gdjph";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ncurses];
|
propagatedBuildInputs = [ncurses];
|
||||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
(let
|
(let
|
||||||
patch = nr: sha256:
|
patch = nr: sha256:
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = "mirror://gnu/readline/readline-6.0-patches/readline60-${nr}";
|
url = "mirror://gnu/readline/${name}-patches/readline61-${nr}";
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user