dico: minor update, but still bad: wants "gets"
This commit is contained in:
parent
c5561a8e76
commit
4601e6734a
@ -1,16 +1,16 @@
|
|||||||
{ fetchurl, stdenv, libtool, gettext, zlib, readline, gsasl
|
{ fetchurl, stdenv, libtool, gettext, zlib, readline, gsasl
|
||||||
, guile, python }:
|
, guile, python, pcre }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dico-2.1";
|
name = "dico-2.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/dico/${name}.tar.gz";
|
url = "mirror://gnu/dico/${name}.tar.xz";
|
||||||
sha256 = "0cs4jxnz6g5xqrhkbnycn7jl9fs8jfjh33vza7i68m8qmjwx2vza";
|
sha256 = "04pjks075x20d19l623mj50bw64g8i41s63z4kzzqcbg9qg96x64";
|
||||||
};
|
};
|
||||||
|
|
||||||
# XXX: Add support for GNU SASL.
|
# XXX: Add support for GNU SASL.
|
||||||
buildInputs = [ libtool gettext zlib readline gsasl guile python ];
|
buildInputs = [ libtool gettext zlib readline gsasl guile python pcre ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user