From fcbf7589155a81382d759ba2c9d984001855ebb7 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 12 Jan 2026 13:07:00 +0200 Subject: [PATCH] gnuradio: use --replace-fail in python substitution --- pkgs/applications/radio/gnuradio/wrapper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/radio/gnuradio/wrapper.nix b/pkgs/applications/radio/gnuradio/wrapper.nix index f7b96b1c1b95..b226ce3d68d6 100644 --- a/pkgs/applications/radio/gnuradio/wrapper.nix +++ b/pkgs/applications/radio/gnuradio/wrapper.nix @@ -246,7 +246,7 @@ let mv -f "$i".tmp "$i" if head -1 "$i" | grep -q ${unwrapped.python}; then substituteInPlace "$i" \ - --replace ${unwrapped.python} ${pythonEnv} + --replace-fail ${unwrapped.python} ${pythonEnv} fi wrapProgram "$i" ${makeWrapperArgs} done