betterdiscordctl: substitute --replace with --replace-fail (#337278)

This commit is contained in:
rewine
2024-08-26 21:38:21 +08:00
committed by GitHub
+1 -1
View File
@@ -17,7 +17,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
postPatch = ''
substituteInPlace betterdiscordctl \
--replace "DISABLE_SELF_UPGRADE=" "DISABLE_SELF_UPGRADE=yes"
--replace-fail "DISABLE_SELF_UPGRADE=" "DISABLE_SELF_UPGRADE=yes"
'';
installPhase = ''