* added gnuvd, dutch dictionary application

svn path=/nixpkgs/trunk/; revision=17177
This commit is contained in:
Rob Vermaas 2009-09-16 08:36:05 +00:00
parent 8afb39344e
commit 6ddd76f095
2 changed files with 19 additions and 0 deletions

@ -0,0 +1,15 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "gnuvd-1.0.10";
src = fetchurl {
url = http://www.djcbsoftware.nl/code/gnuvd/gnuvd-1.0.10.tar.gz ;
sha256 = "07mlynarcaal74ibbpqrsd982jmw6xfwgvcp9n6191d4h56a000s";
};
meta = {
description = "gnuvd is a command-line dutch dictionary application.";
homepage = http://www.djcbsoftware.nl/code/gnuvd/;
};
}

@ -811,6 +811,10 @@ let
inherit fetchurl stdenv;
});
gnuvd = import ../tools/misc/gnuvd {
inherit fetchurl stdenv;
};
graphviz = import ../tools/graphics/graphviz {
inherit fetchurl stdenv pkgconfig libpng libjpeg expat x11 yacc
libtool fontconfig gd;