Commit 56fd5c06 authored by Anderson Torres's avatar Anderson Torres
Browse files

emacsPackages.notdeft: implement passthru.updateScript

parent d2c88473
Loading
Loading
Loading
Loading
+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 = {