emacs-twist / twist.nix

Build an entire Emacs configuration as a Nix package in a pure, reproducible way
GNU General Public License v3.0
68 stars 6 forks source link

Improve handling of *-pkg.el file #39

Closed akirak closed 2 years ago

akirak commented 2 years ago

Package description files (*-pkg.el) of package.el have been a source of trouble. Some package repositories contain one, but they are often outdated or do not correctly specify dependencies. Package authors usually do not have to contain these files, because MELPA generates them, but the authors/maintainers of such packages are less likely to respond to PRs, because those packages tend to be old.

In this PR, the following changes will be made: