Unverified Commit 43303ab4 authored by Lin Jian's avatar Lin Jian
Browse files

emacsPackages.voicemacs: add missing dependency el-patch

parent bab27735
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
  porthole,
  unstableGitUpdater,
  yasnippet,
  el-patch,
}:

melpaBuild {
@@ -45,6 +46,7 @@ melpaBuild {
    nav-flash
    porthole
    yasnippet
    el-patch
  ];

  passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };