* Fix Nixpksg evaluation.

svn path=/nixpkgs/trunk/; revision=19706
This commit is contained in:
Eelco Dolstra 2010-01-27 10:58:31 +00:00
parent bd14a5d297
commit 77bf39bf82
2 changed files with 3 additions and 0 deletions

View file

@ -12,6 +12,7 @@ rec {
# !!! Missing! Need to add these.
vte = throw "vte not implemented";
libgnomeprintui = throw "libgnomeprintui not implemented";
gtksourceview_24 = gtksourceview;

View file

@ -1137,9 +1137,11 @@ let
inherit fetchurl stdenv;
};
/*
netpbm = import ../tools/graphics/netpbm {
inherit stdenv fetchsvn libjpeg libpng zlib flex perl libxml2 makeWrapper;
};
*/
netselect = import ../tools/networking/netselect {
inherit fetchurl stdenv;