* Fix Nixpksg evaluation.
svn path=/nixpkgs/trunk/; revision=19706
This commit is contained in:
parent
bd14a5d297
commit
77bf39bf82
2 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,7 @@ rec {
|
|||
|
||||
# !!! Missing! Need to add these.
|
||||
vte = throw "vte not implemented";
|
||||
libgnomeprintui = throw "libgnomeprintui not implemented";
|
||||
gtksourceview_24 = gtksourceview;
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue