Unverified Commit 1855c996 authored by Lin Jian's avatar Lin Jian Committed by GitHub
Browse files

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

emacsPackages: add updateScript's
parents 9936c3ab 56fd5c06
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";
+3 −0
Original line number Diff line number Diff line
@@ -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 = {