We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
substituteInPlace --replace
1 parent 642c54c commit cfcdc63Copy full SHA for cfcdc63
pkgs/by-name/wg/wget2/package.nix
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
46
# wget2_noinstall contains forbidden reference to /build/
47
postPatch = ''
48
substituteInPlace src/Makefile.am \
49
- --replace "bin_PROGRAMS = wget2 wget2_noinstall" "bin_PROGRAMS = wget2"
+ --replace-fail "bin_PROGRAMS = wget2 wget2_noinstall" "bin_PROGRAMS = wget2"
50
'';
51
52
strictDeps = true;
0 commit comments