evilvte: move defaults to package file
This commit is contained in:
parent
d064592f36
commit
35a09f9923
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchgit, makeWrapper, pkgconfig,
|
{ stdenv, fetchgit, makeWrapper, pkgconfig,
|
||||||
gnome2, glib, pango, cairo, gdk_pixbuf, atk, freetype, xorg,
|
gnome2, glib, pango, cairo, gdk_pixbuf, atk, freetype, xorg,
|
||||||
configH
|
configH ? ""
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
|
@ -16920,9 +16920,7 @@ in
|
||||||
|
|
||||||
etherape = callPackage ../applications/networking/sniffers/etherape { };
|
etherape = callPackage ../applications/networking/sniffers/etherape { };
|
||||||
|
|
||||||
evilvte = callPackage ../applications/misc/evilvte {
|
evilvte = callPackage ../applications/misc/evilvte (config.evilvte or {});
|
||||||
configH = config.evilvte.config or "";
|
|
||||||
};
|
|
||||||
|
|
||||||
evopedia = callPackage ../applications/misc/evopedia { };
|
evopedia = callPackage ../applications/misc/evopedia { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue