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