Using emacs rev as version

This commit is contained in:
Andrea Ciceri 2023-01-13 18:30:12 +01:00
parent bc97d08de5
commit 0d3ba0dc7d
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654

View file

@ -13,6 +13,7 @@
})
.overrideAttrs (old: {
src = pkgs.emacsSource;
version = pkgs.emacsSource.rev;
patches = [];
postPatch =
old.postPatch