mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
GNU Dico 2.1.
svn path=/nixpkgs/trunk/; revision=22695
This commit is contained in:
parent
c4d05c0e3e
commit
3c482c79d6
@ -1,15 +1,16 @@
|
||||
{ fetchurl, stdenv, libtool, gettext, zlib, readline, guile, python }:
|
||||
{ fetchurl, stdenv, libtool, gettext, zlib, readline, gsasl
|
||||
, guile, python }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dico-2.0";
|
||||
name = "dico-2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/dico/${name}.tar.gz";
|
||||
sha256 = "03cpg16jbsv5xh9mvyjj7myvpdpb82354a1yjrhcy0k5w8faa9kv";
|
||||
sha256 = "0cs4jxnz6g5xqrhkbnycn7jl9fs8jfjh33vza7i68m8qmjwx2vza";
|
||||
};
|
||||
|
||||
# XXX: Add support for GNU SASL.
|
||||
buildInputs = [ libtool gettext zlib readline guile python ];
|
||||
buildInputs = [ libtool gettext zlib readline gsasl guile python ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
@ -5880,7 +5880,8 @@ let
|
||||
};
|
||||
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user