1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

evilvte: move defaults to package file

This commit is contained in:
Jan Malakhovski 2019-02-03 15:30:20 +00:00
parent d064592f36
commit 35a09f9923
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{ stdenv, fetchgit, makeWrapper, pkgconfig,
gnome2, glib, pango, cairo, gdk_pixbuf, atk, freetype, xorg,
configH
configH ? ""
}:
stdenv.mkDerivation rec {

View file

@ -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 { };