summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-07-06 15:52:13 +0000
committerAlyssa Ross <hi@alyssa.is>2021-07-06 16:07:13 +0000
commit9140d4b06ff09bce8dd8e384eeef832e7811d288 (patch)
treebc2754cbe85f568b931be350b2f9fa317583f53f /pkgs/applications/editors
parent302d7c656544e35d0e53edbf40197d895428109d (diff)
downloadnixpkgs-9140d4b06ff09bce8dd8e384eeef832e7811d288.tar
nixpkgs-9140d4b06ff09bce8dd8e384eeef832e7811d288.tar.gz
nixpkgs-9140d4b06ff09bce8dd8e384eeef832e7811d288.tar.bz2
nixpkgs-9140d4b06ff09bce8dd8e384eeef832e7811d288.tar.lz
nixpkgs-9140d4b06ff09bce8dd8e384eeef832e7811d288.tar.xz
nixpkgs-9140d4b06ff09bce8dd8e384eeef832e7811d288.tar.zst
nixpkgs-9140d4b06ff09bce8dd8e384eeef832e7811d288.zip
emacs.pkgs.melpaBuild: package-build: 2018-10-05 -> 2021-04-13
I think this is due an update.  I've chosen to update to the latest
version that has been merged into Melpa.

Unfortunately we now need to hack around it trying to run VCS
commands.

My Emacs configuration with thirty-something leaf packages seems fine
after the rebuild.
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/emacs/elisp-packages/libgenerated.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/editors/emacs/elisp-packages/libgenerated.nix b/pkgs/applications/editors/emacs/elisp-packages/libgenerated.nix
index 2ddafc4796c..8ecce11a742 100644
--- a/pkgs/applications/editors/emacs/elisp-packages/libgenerated.nix
+++ b/pkgs/applications/editors/emacs/elisp-packages/libgenerated.nix
@@ -67,8 +67,7 @@ in {
         lib.nameValuePair ename (
           self.callPackage ({ melpaBuild, fetchurl, ... }@pkgargs:
           melpaBuild {
-            inherit pname;
-            ename = ename;
+            inherit pname ename commit;
             version = if isNull version then "" else
               lib.concatStringsSep "." (map toString version);
             # TODO: Broken should not result in src being null (hack to avoid eval errors)