Commit Graph

24 Commits

Author SHA1 Message Date
Ted Reed
762fc4c8b8 emacsPackages.hamlet-mode: fix build
This package fails to build (and as far as I can tell always has) due
to the maintainer script being unable to parse the maintainer email.

adisbladis made a PR to fix this back in January, but it hasn't been
merged, so this commit just pulls that patch in in order to fix the build
2022-11-10 01:33:32 -08:00
Weijia Wang
f0d96ab473 emacsPackages.irony: fix build on aarch64-darwin 2022-10-24 16:07:39 +02:00
Daniel Nagy
5036428293
emacsPackages.wordnut: patch in wordnet executable 2022-10-16 14:35:05 +02:00
Lin Jian
92e4b65d22
elisp-packages: fix AOT native-comp for several packages
Currently, AOT native-comp for emacs packages is implemented[1] in
postInstall. These packages override postInstall and do not keep
old.postInstall, so they do not do AOT native-comp. This patch fixes
this by keeping the old.postInstall in their overrides.

Note that I do not fix emacspeak because I have not found an elegant
way to do so.

[1]: a7cb8e36ac
2022-10-04 03:25:16 +08:00
Peter Jones
0d02ba8ffb
emacsPackages.pdf-tools: fix build
This is a temporary fix for #172178
2022-05-11 11:24:56 -07:00
taku0
8b7daabf5b mozc: make mozc.el to find mozc_emacs_helper 2022-04-02 17:59:54 +09:00
AndersonTorres
74d67b052c melpa-packages.nix: update comment 2022-03-26 23:08:58 -03:00
adisbladis
7c706f46a3 emacs.pkgs.melpaStablepackages.revbufs: Mark broken 2022-01-13 23:19:52 +12:00
adisbladis
85bf035d37 emacs.pkgs.melpaStablepackages.org-dp: Mark broken 2022-01-13 23:19:52 +12:00
adisbladis
e5b708d1ed emacs.pkgs.melpaStablepackages.ligo-mode: Mark broken 2022-01-13 23:19:52 +12:00
adisbladis
49d99e5034 emacs.pkgs.melpaStablepackages.gl-conf-mode: Mark broken 2022-01-13 23:19:51 +12:00
adisbladis
5f3302af08 emacs.pkgs.melpaStablepackages.fold-dwim: Mark broken 2022-01-13 23:19:51 +12:00
adisbladis
20b3fe46d5 emacs.pkgs.melpaStablepackages.abridge-diff: Reorder broken override 2022-01-13 23:19:51 +12:00
adisbladis
9fde065dc6 emacs.pkgs.melpaStablepackages.abridge-diff: Mark broken 2022-01-13 23:19:51 +12:00
Lev Livnev
625bda3e1f
telega-server: fix substitutions for dwebp and ffmpeg binaries
The upstream commit b6aa0b7 in telega.el broke the `dwebp` and
`ffmpeg` substitutions
2022-01-11 12:19:25 +00:00
adisbladis
f57a20cb0f
emacs.pkgs: Unmark various packages as broken
A lot of the packages mark as broken are only actually broken for one melpa flavour.
2021-08-09 11:10:49 -05:00
adisbladis
8372b522ee
Merge pull request #132566 from adisbladis/emacs-manual-pkgs-fixes
Emacs manually packaged build fixes
2021-08-03 13:16:30 -05:00
adisbladis
04855119e9
emacs.pkgs.manualPackages: Remove legacy aliases
These aliases have been deprecated for years and there isn't a good
reason to keep them around.
2021-08-03 12:44:11 -05:00
adisbladis
b7cc72a05a
emacs.pkgs.telega: Fix build 2021-08-03 12:34:35 -05:00
Anderson Torres
f210479f20
Merge pull request #126151 from AndersonTorres/new-elisp-packages
Update elisp packages
2021-06-08 01:28:07 -03:00
AndersonTorres
045afcce0f melpa-packages: edit a comment 2021-06-08 00:51:23 -03:00
Stefan Frijters
5123bf1f74
emacsWithPackages: Fix auto-complete-clang-async and irony 2021-05-26 21:20:51 +02:00
Kenny Ballou
c06126fe26 elisp-packages: add perl5 and ncurses to buildInputs via overrideAttrs
Erlang mode needs perl5 and ncurses to build, add buildInputs override.

Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
2021-05-24 21:47:11 -06:00
AndersonTorres
70a5cbc298 Rename emacs-modes to emacs/elisp-packages 2021-05-21 00:32:06 -03:00