Skip to content

Commit cfcdc63

Browse files
committed
wget2: update deprecated substituteInPlace --replace
Remove the warning introduced in e07a2fa
1 parent 642c54c commit cfcdc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/wg/wget2/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
4646
# wget2_noinstall contains forbidden reference to /build/
4747
postPatch = ''
4848
substituteInPlace src/Makefile.am \
49-
--replace "bin_PROGRAMS = wget2 wget2_noinstall" "bin_PROGRAMS = wget2"
49+
--replace-fail "bin_PROGRAMS = wget2 wget2_noinstall" "bin_PROGRAMS = wget2"
5050
'';
5151

5252
strictDeps = true;

0 commit comments

Comments
 (0)