mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-03 12:27:27 -05:00
magit: generate version information during build
This commit is contained in:
@ -80,6 +80,11 @@ let
|
|||||||
evil-quick-diff = self.straightBuild {
|
evil-quick-diff = self.straightBuild {
|
||||||
pname = "evil-quick-diff";
|
pname = "evil-quick-diff";
|
||||||
};
|
};
|
||||||
|
magit = super.magit.overrideAttrs (esuper: {
|
||||||
|
preBuild = ''
|
||||||
|
make VERSION="${esuper.version}" -C lisp magit-version.el
|
||||||
|
'';
|
||||||
|
});
|
||||||
org-mode = self.straightBuild rec {
|
org-mode = self.straightBuild rec {
|
||||||
pname = "org-mode";
|
pname = "org-mode";
|
||||||
version = "9.4";
|
version = "9.4";
|
||||||
|
Reference in New Issue
Block a user