Unverified Commit 030f73d6 authored by rewine's avatar rewine Committed by GitHub
Browse files

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

parents b37f94b0 e18154d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''