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:
Travis A. Everett 2024-03-28 14:21:54 -05:00
parent 56d5b181c9
commit 6cf9a8930a
1 changed files with 3 additions and 0 deletions

View File

@ -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