about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv/scripts/vr-reversal.nix
diff options
context:
space:
mode:
authornicoo <nicoo@debian.org>2024-05-03 11:36:24 +0000
committerGitHub <noreply@github.com>2024-05-03 11:36:24 +0000
commitf950274df73552c21b8f9ea8e481a0e00283c950 (patch)
treefce5150660ce5295637a5b59894cc13d5923cea3 /pkgs/applications/video/mpv/scripts/vr-reversal.nix
parentc88c954f8154cf83b2fc763ffc5c864505156c77 (diff)
parent48eb357d3573f2281bf23460a02dac966e2aef2c (diff)
Merge #308292: mpvScripts scopewide fixups
Diffstat (limited to 'pkgs/applications/video/mpv/scripts/vr-reversal.nix')
-rw-r--r--pkgs/applications/video/mpv/scripts/vr-reversal.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/scripts/vr-reversal.nix b/pkgs/applications/video/mpv/scripts/vr-reversal.nix
index 9a7b335a6591d..f68e4566f9210 100644
--- a/pkgs/applications/video/mpv/scripts/vr-reversal.nix
+++ b/pkgs/applications/video/mpv/scripts/vr-reversal.nix
@@ -18,7 +18,7 @@ stdenvNoCC.mkDerivation rec {
 
   # reset_rot is only available in ffmpeg 5.0, see 5bcc61ce87922ecccaaa0bd303a7e195929859a8
   postPatch = lib.optionalString (lib.versionOlder ffmpeg.version "5.0") ''
-    substituteInPlace 360plugin.lua --replace ":reset_rot=1:" ":"
+    substituteInPlace 360plugin.lua --replace-fail ":reset_rot=1:" ":"
   '';
 
   installPhase = ''