rxvt_unicode: move defaults to package file

This commit is contained in:
Jan Malakhovski 2019-02-03 15:30:35 +00:00
parent a4cebde4f6
commit b5e511db7c
2 changed files with 3 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, makeDesktopItem, perlSupport, libX11, libXt, libXft,
{ stdenv, fetchurl, makeDesktopItem, perlSupport ? true, libX11, libXt, libXft,
ncurses, perl, fontconfig, freetype, pkgconfig, libXrender,
gdkPixbufSupport, gdk_pixbuf, unicode3Support }:
gdkPixbufSupport ? true, gdk_pixbuf, unicode3Support ? true }:
let
pname = "rxvt-unicode";

View file

@ -19108,11 +19108,7 @@ in
rxvt = callPackage ../applications/misc/rxvt { };
# urxvt
rxvt_unicode = callPackage ../applications/misc/rxvt_unicode {
perlSupport = true;
gdkPixbufSupport = true;
unicode3Support = true;
};
rxvt_unicode = callPackage ../applications/misc/rxvt_unicode { };
rxvt_unicode-with-plugins = callPackage ../applications/misc/rxvt_unicode/wrapper.nix {
plugins = [