Loading pkgs/applications/radio/gnuradio/wrapper.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/applications/radio/gnuradio/wrapper.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading