summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2021-07-14 13:32:51 -0500
committerGitHub <noreply@github.com>2021-07-14 13:32:51 -0500
commit0a908ddaccbdada9a985f27d1e48a059454966cc (patch)
tree1cdc3b8eb07adbaa1ea38637006158c6eba4d2bb /pkgs/applications/editors
parentd75b67bfa4bb2dd7abad55a79426788ba2628f9f (diff)
parent9140d4b06ff09bce8dd8e384eeef832e7811d288 (diff)
downloadnixpkgs-0a908ddaccbdada9a985f27d1e48a059454966cc.tar
nixpkgs-0a908ddaccbdada9a985f27d1e48a059454966cc.tar.gz
nixpkgs-0a908ddaccbdada9a985f27d1e48a059454966cc.tar.bz2
nixpkgs-0a908ddaccbdada9a985f27d1e48a059454966cc.tar.lz
nixpkgs-0a908ddaccbdada9a985f27d1e48a059454966cc.tar.xz
nixpkgs-0a908ddaccbdada9a985f27d1e48a059454966cc.tar.zst
nixpkgs-0a908ddaccbdada9a985f27d1e48a059454966cc.zip
Merge pull request #129458 from alyssais/package-build
emacs.pkgs.melpaBuild: package-build: 2018-10-05 -> 2021-04-13
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)