about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/editors
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-02-06 14:37:05 -0300
committerAlyssa Ross <hi@alyssa.is>2022-02-21 21:08:14 +0000
commit47ade85c3da3028071ac2357b5d4d9665e92e42d (patch)
treea0e5244b8516c21ddb834482ef59082b8159211b /nixpkgs/pkgs/applications/editors
parentadd6ce6db41c16519f8a7014ff8ef0a45b984277 (diff)
downloadnixlib-47ade85c3da3028071ac2357b5d4d9665e92e42d.tar
nixlib-47ade85c3da3028071ac2357b5d4d9665e92e42d.tar.gz
nixlib-47ade85c3da3028071ac2357b5d4d9665e92e42d.tar.bz2
nixlib-47ade85c3da3028071ac2357b5d4d9665e92e42d.tar.lz
nixlib-47ade85c3da3028071ac2357b5d4d9665e92e42d.tar.xz
nixlib-47ade85c3da3028071ac2357b5d4d9665e92e42d.tar.zst
nixlib-47ade85c3da3028071ac2357b5d4d9665e92e42d.zip
pkgs/applications/editors/emacs/elisp-packages/elpa-generated.nix: manual fixup
(cherry picked from commit eca8a5d6941626d43e05d73635e915a0d3f482ce)
Diffstat (limited to 'nixpkgs/pkgs/applications/editors')
-rw-r--r--nixpkgs/pkgs/applications/editors/emacs/elisp-packages/elpa-generated.nix16
1 files changed, 1 insertions, 15 deletions
diff --git a/nixpkgs/pkgs/applications/editors/emacs/elisp-packages/elpa-generated.nix b/nixpkgs/pkgs/applications/editors/emacs/elisp-packages/elpa-generated.nix
index 962552dc420d..2004f607fe01 100644
--- a/nixpkgs/pkgs/applications/editors/emacs/elisp-packages/elpa-generated.nix
+++ b/nixpkgs/pkgs/applications/editors/emacs/elisp-packages/elpa-generated.nix
@@ -3802,21 +3802,7 @@
           license = lib.licenses.free;
         };
       }) {};
-    shell-command-plus = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
-      elpaBuild {
-        pname = "shell-command-plus";
-        ename = "shell-command+";
-        version = "2.3.2";
-        src = fetchurl {
-          url = "https://elpa.gnu.org/packages/shell-command+-2.3.2.tar";
-          sha256 = "03hmk4gr9kjy3238n0ys9na00py035j9s0y8d87c45f5af6c6g2c";
-        };
-        packageRequires = [ emacs ];
-        meta = {
-          homepage = "https://elpa.gnu.org/packages/shell-command+.html";
-          license = lib.licenses.free;
-        };
-      }) {};
+    # removed duplicated shell-command-plus
     shell-command-plus = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
       elpaBuild {
         pname = "shell-command-plus";