Merge pull request #60139 from arcnmx/rxvt-build-fix
rxvt_unicode: fix build
This commit is contained in:
commit
8f33fb5183
|
@ -12,10 +12,10 @@ in symlinkJoin {
|
||||||
|
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
wrapProgram $out/bin/urxvt \
|
wrapProgram $out/bin/urxvt \
|
||||||
--set PERL5LIB : "${perlPackages.makePerlPath perlDeps}" \
|
--prefix PERL5LIB : "${perlPackages.makePerlPath perlDeps}" \
|
||||||
--suffix-each URXVT_PERL_LIB ':' "$out/lib/urxvt/perl"
|
--suffix-each URXVT_PERL_LIB ':' "$out/lib/urxvt/perl"
|
||||||
wrapProgram $out/bin/urxvtd \
|
wrapProgram $out/bin/urxvtd \
|
||||||
--set PERL5LIB : "${perlPackages.makePerlPath perlDeps}" \
|
--prefix PERL5LIB : "${perlPackages.makePerlPath perlDeps}" \
|
||||||
--suffix-each URXVT_PERL_LIB ':' "$out/lib/urxvt/perl"
|
--suffix-each URXVT_PERL_LIB ':' "$out/lib/urxvt/perl"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue