mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #329005 from atorres1985-contrib/elisp-updatescript
emacsPackages: add updateScript's
This commit is contained in:
commit
1855c9961e
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user