rxvt_unicode-with-plugins: don't be paranoid about Perl support
Fixes #15743
This commit is contained in:
parent
b786b00023
commit
d231cdf51f
@ -1,15 +1,12 @@
|
|||||||
{ stdenv, symlinkJoin, rxvt_unicode, makeWrapper, plugins }:
|
{ stdenv, symlinkJoin, rxvt_unicode, makeWrapper, plugins }:
|
||||||
|
|
||||||
let
|
let
|
||||||
rxvt = rxvt_unicode.override {
|
rxvt_name = builtins.parseDrvName rxvt_unicode.name;
|
||||||
perlSupport = true;
|
|
||||||
};
|
|
||||||
rxvt_name = builtins.parseDrvName rxvt.name;
|
|
||||||
|
|
||||||
in symlinkJoin {
|
in symlinkJoin {
|
||||||
name = "${rxvt_name.name}-with-plugins-${rxvt_name.version}";
|
name = "${rxvt_name.name}-with-plugins-${rxvt_name.version}";
|
||||||
|
|
||||||
paths = [ rxvt ] ++ plugins;
|
paths = [ rxvt_unicode ] ++ plugins;
|
||||||
|
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user