emacsPackages.notdeft: --replace -> --replace-fail
--replace of substituteInPlace is deprecated.
This commit is contained in:
parent
6d0653579f
commit
385a514613
@ -31,8 +31,8 @@ melpaBuild {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace notdeft-xapian.el \
|
||||
--replace 'defcustom notdeft-xapian-program nil' \
|
||||
"defcustom notdeft-xapian-program \"$out/bin/notdeft-xapian\""
|
||||
--replace-fail 'defcustom notdeft-xapian-program nil' \
|
||||
"defcustom notdeft-xapian-program \"$out/bin/notdeft-xapian\""
|
||||
'';
|
||||
|
||||
files = ''
|
||||
|
Loading…
Reference in New Issue
Block a user