forked from mirrors/nixpkgs
Merge pull request #196272 from nagy/emacs-wordnut
emacsPackages.wordnut: patch in wordnet executable
This commit is contained in:
commit
5486e9cd2a
|
@ -554,6 +554,13 @@ let
|
|||
});
|
||||
});
|
||||
|
||||
wordnut = super.wordnut.overrideAttrs (attrs: {
|
||||
postPatch = attrs.postPatch or "" + ''
|
||||
substituteInPlace wordnut.el \
|
||||
--replace 'wordnut-cmd "wn"' 'wordnut-cmd "${lib.getExe pkgs.wordnet}"'
|
||||
'';
|
||||
});
|
||||
|
||||
mozc = super.mozc.overrideAttrs (attrs: {
|
||||
postPatch = attrs.postPatch or "" + ''
|
||||
substituteInPlace src/unix/emacs/mozc.el \
|
||||
|
|
Loading…
Reference in a new issue