BeatSaberModManager: suffix PATH with xdg-utils rather than prefix

See https://github.com/NixOS/nixpkgs/pull/181171
This commit is contained in:
Atemu 2023-05-29 18:13:44 +02:00 committed by Emery Hemingway
parent 574100ab78
commit 0ad8dd6297

View file

@ -51,7 +51,7 @@ buildDotnetModule rec {
# Required for OneClick
makeWrapperArgs = [
''--prefix PATH : "${lib.makeBinPath [ xdg-utils ]}"''
''--suffix PATH : "${lib.makeBinPath [ xdg-utils ]}"''
];
meta = with lib; {