Unverified Commit 5486e9cd authored by adisbladis's avatar adisbladis Committed by GitHub
Browse files

Merge pull request #196272 from nagy/emacs-wordnut

emacsPackages.wordnut: patch in wordnet executable
parents 567bcf2e 50364282
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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 \