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