Merge pull request #329005 from atorres1985-contrib/elisp-updatescript

emacsPackages: add updateScript's
This commit is contained in:
Lin Jian
2024-07-25 00:32:14 +08:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
@@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
melpaBuild,
unstableGitUpdater,
}:
melpaBuild {
@@ -15,6 +16,8 @@ melpaBuild {
hash = "sha256-DIGvnotSQYIgHxGxtyCALHd8ZbrfkmdvjLXlkcqQ6v4=";
};
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
meta = {
homepage = "https://github.com/ibizaman/emacs-conflict";
description = "Resolve conflicts happening when using file synchronization tools";
@@ -7,7 +7,9 @@
ivy,
pkg-config,
tclap,
unstableGitUpdater,
xapian,
# Configurable options
# Include pre-configured hydras
withHydra ? false,
# Include Ivy integration
@@ -77,6 +79,7 @@ melpaBuild {
passthru = {
inherit notdeft-xapian;
updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
};
meta = {