libedit: Update to 20150325-3.1
This commit is contained in:
parent
f8d5b67c61
commit
65373ed2f6
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, ncurses, groff }:
|
{ stdenv, fetchurl, ncurses, groff }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libedit-20140620-3.1";
|
name = "libedit-20150325-3.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.thrysoee.dk/editline/${name}.tar.gz";
|
url = "http://www.thrysoee.dk/editline/${name}.tar.gz";
|
||||||
sha256 = "1wnapwcpl4yq8p95j898jl0hsr39if28qzm5a7zwkbplihm9nax2";
|
sha256 = "1if8zi9h52m80ck796an28rrqfljk2n8cn25m3fl0prwz155x2n8";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Have `configure' avoid `/usr/bin/nroff' in non-chroot builds.
|
# Have `configure' avoid `/usr/bin/nroff' in non-chroot builds.
|
||||||
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://www.thrysoee.dk/editline/";
|
homepage = "http://www.thrysoee.dk/editline/";
|
||||||
description = "A port of the NetBSD Editline library (libedit)";
|
description = "A port of the NetBSD Editline library (libedit)";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user