Commit graph

5 commits

Author SHA1 Message Date
Brian Leung
b7c67b5f71
Shut up obsolescence warning 2024-02-04 18:10:04 -08:00
Lin Jian
d16c6c1fb2
Use overrideScope' for override
This fixes an issue that override cannot override packages which are
the dependencies of usePkgs and not in usePkgs.

This also preserves backward compatibility of override.  The hash of
the generated Emacs package from emacsWithPackagesFromUsePackage does
not change after this patch is applied using the old style override.
2023-04-11 12:23:43 +08:00
eyjhb
7a2592d4dc
dropped alias: emacsPackagesGen -> emacsPackagesFor 2022-02-26 22:47:05 +01:00
Steve Purcell
fa7e127f03 Renamed packageFile arg to packageElisp for clarity 2020-06-21 15:36:01 +12:00
Steve Purcell
8439afbe1e Add emacsWithPackagesFromPackageRequires
This provides a mechanism for creating an Emacs closure that contains
the runtime dependencies for a given Emacs package source file, by
inspecting its Package-Requires header.
2020-06-20 15:54:57 +12:00