xdg-utils: override lore for perl
The OSH update (and associated refactoring) in resholve seem to have uncovered surfaced a fresh error here.
This commit is contained in:
parent
56d5b181c9
commit
6cf9a8930a
1 changed files with 3 additions and 0 deletions
|
@ -180,6 +180,9 @@ let
|
|||
"$MV" = true;
|
||||
"$XPROP" = true;
|
||||
};
|
||||
execer = [
|
||||
"cannot:${perl}/bin/perl"
|
||||
];
|
||||
prologue = "${writeText "xdg-screensaver-prologue" ''
|
||||
export PERL5LIB=${with perlPackages; makePerlPath [ NetDBus XMLTwig XMLParser X11Protocol ]}
|
||||
export PATH=$PATH:${coreutils}/bin
|
||||
|
|
Loading…
Reference in a new issue