GNU Dico 2.1.

svn path=/nixpkgs/trunk/; revision=22695
This commit is contained in:
Ludovic Courtès 2010-07-22 09:01:20 +00:00
parent c4d05c0e3e
commit 3c482c79d6
2 changed files with 7 additions and 5 deletions

View File

@ -1,15 +1,16 @@
{ fetchurl, stdenv, libtool, gettext, zlib, readline, guile, python }: { fetchurl, stdenv, libtool, gettext, zlib, readline, gsasl
, guile, python }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "dico-2.0"; name = "dico-2.1";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/dico/${name}.tar.gz"; url = "mirror://gnu/dico/${name}.tar.gz";
sha256 = "03cpg16jbsv5xh9mvyjj7myvpdpb82354a1yjrhcy0k5w8faa9kv"; sha256 = "0cs4jxnz6g5xqrhkbnycn7jl9fs8jfjh33vza7i68m8qmjwx2vza";
}; };
# XXX: Add support for GNU SASL. # XXX: Add support for GNU SASL.
buildInputs = [ libtool gettext zlib readline guile python ]; buildInputs = [ libtool gettext zlib readline gsasl guile python ];
doCheck = true; doCheck = true;

View File

@ -5880,7 +5880,8 @@ let
}; };
dico = import ../servers/dico { dico = import ../servers/dico {
inherit fetchurl stdenv libtool gettext zlib readline guile python; inherit fetchurl stdenv libtool gettext zlib readline guile python
gsasl;
}; };
dict = makeOverridable (import ../servers/dict) { dict = makeOverridable (import ../servers/dict) {