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 }:
|
||||
|
||||
let
|
||||
rxvt = rxvt_unicode.override {
|
||||
perlSupport = true;
|
||||
};
|
||||
rxvt_name = builtins.parseDrvName rxvt.name;
|
||||
rxvt_name = builtins.parseDrvName rxvt_unicode.name;
|
||||
|
||||
in symlinkJoin {
|
||||
name = "${rxvt_name.name}-with-plugins-${rxvt_name.version}";
|
||||
|
||||
paths = [ rxvt ] ++ plugins;
|
||||
paths = [ rxvt_unicode ] ++ plugins;
|
||||
|
||||
buildInputs = [ makeWrapper ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user