* Fix Nixpksg evaluation.
svn path=/nixpkgs/trunk/; revision=19706
This commit is contained in:
parent
bd14a5d297
commit
77bf39bf82
@ -12,6 +12,7 @@ rec {
|
|||||||
|
|
||||||
# !!! Missing! Need to add these.
|
# !!! Missing! Need to add these.
|
||||||
vte = throw "vte not implemented";
|
vte = throw "vte not implemented";
|
||||||
|
libgnomeprintui = throw "libgnomeprintui not implemented";
|
||||||
gtksourceview_24 = gtksourceview;
|
gtksourceview_24 = gtksourceview;
|
||||||
|
|
||||||
|
|
||||||
|
@ -1137,9 +1137,11 @@ let
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
netpbm = import ../tools/graphics/netpbm {
|
netpbm = import ../tools/graphics/netpbm {
|
||||||
inherit stdenv fetchsvn libjpeg libpng zlib flex perl libxml2 makeWrapper;
|
inherit stdenv fetchsvn libjpeg libpng zlib flex perl libxml2 makeWrapper;
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
netselect = import ../tools/networking/netselect {
|
netselect = import ../tools/networking/netselect {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user