Merge pull request #304724 from K900/xdg-screensaver-oof

xdg-utils: don't infrec in xdg-screensaver
This commit is contained in:
K900 2024-04-17 08:58:19 +03:00 committed by GitHub
commit 4c3d3c027e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -175,10 +175,10 @@ let
"xscreensaver-command" # Xscreensaver
"xset" # generic-ish X
];
fix."$lockfile_command" = [ "lockfile" ];
keep = {
"$MV" = true;
"$XPROP" = true;
"$lockfile_command" = true;
};
execer = [
"cannot:${perl}/bin/perl"