Commit 0ad8dd62 authored by Atemu's avatar Atemu Committed by Emery Hemingway
Browse files

BeatSaberModManager: suffix PATH with xdg-utils rather than prefix

parent 574100ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; {