taskwarrior3: use substituteInPlace --replace-fail

This commit is contained in:
Doron Behar
2024-12-17 14:48:41 +02:00
parent ee188a0e1c
commit 55ccaea3ee
+1 -1
View File
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
postPatch = ''
substituteInPlace src/commands/CmdNews.cpp \
--replace "xdg-open" "${lib.getBin xdg-utils}/bin/xdg-open"
--replace-fail "xdg-open" "${lib.getBin xdg-utils}/bin/xdg-open"
'';
nativeBuildInputs = [