mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
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 = ''
|
||||
wrapProgram $out/bin/urxvt \
|
||||
--set PERL5LIB : "${perlPackages.makePerlPath perlDeps}" \
|
||||
--prefix PERL5LIB : "${perlPackages.makePerlPath perlDeps}" \
|
||||
--suffix-each URXVT_PERL_LIB ':' "$out/lib/urxvt/perl"
|
||||
wrapProgram $out/bin/urxvtd \
|
||||
--set PERL5LIB : "${perlPackages.makePerlPath perlDeps}" \
|
||||
--prefix PERL5LIB : "${perlPackages.makePerlPath perlDeps}" \
|
||||
--suffix-each URXVT_PERL_LIB ':' "$out/lib/urxvt/perl"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue