Loading pkgs/servers/gonic/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -30,18 +30,18 @@ buildGoModule rec { postPatch = lib.optionalString transcodingSupport '' substituteInPlace \ transcode/transcode.go \ --replace \ --replace-fail \ '`ffmpeg' \ '`${lib.getBin ffmpeg}/bin/ffmpeg' '' + '' substituteInPlace \ jukebox/jukebox.go \ --replace \ --replace-fail \ '"mpv"' \ '"${lib.getBin mpv}/bin/mpv"' '' + '' substituteInPlace server/ctrlsubsonic/testdata/test* \ --replace \ --replace-quiet \ '"audio/flac"' \ '"audio/x-flac"' ''; Loading Loading
pkgs/servers/gonic/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -30,18 +30,18 @@ buildGoModule rec { postPatch = lib.optionalString transcodingSupport '' substituteInPlace \ transcode/transcode.go \ --replace \ --replace-fail \ '`ffmpeg' \ '`${lib.getBin ffmpeg}/bin/ffmpeg' '' + '' substituteInPlace \ jukebox/jukebox.go \ --replace \ --replace-fail \ '"mpv"' \ '"${lib.getBin mpv}/bin/mpv"' '' + '' substituteInPlace server/ctrlsubsonic/testdata/test* \ --replace \ --replace-quiet \ '"audio/flac"' \ '"audio/x-flac"' ''; Loading