Unverified Commit 385a5146 authored by Lin Jian's avatar Lin Jian
Browse files

emacsPackages.notdeft: --replace -> --replace-fail

--replace of substituteInPlace is deprecated.
parent 6d065357
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ melpaBuild {

  postPatch = ''
    substituteInPlace notdeft-xapian.el \
      --replace 'defcustom notdeft-xapian-program nil' \
      --replace-fail 'defcustom notdeft-xapian-program nil' \
                     "defcustom notdeft-xapian-program \"$out/bin/notdeft-xapian\""
  '';