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 17:01:31 +00:00
committed by Emery Hemingway
parent 574100ab78
commit 0ad8dd6297
+1 -1
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; {