mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
rxvt_unicode: move defaults to package file
This commit is contained in:
parent
a4cebde4f6
commit
b5e511db7c
@ -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";
|
||||
|
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user