summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-04-15 20:16:33 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-04-15 20:16:33 -0300
commit1046b6cebfa86280d2a96d7554463d47e31c3888 (patch)
tree7ada7b8e7f455e1d72dd186b783cd92ce5e1a482
parent6055c5909657394604b81f49896ede8c73e089b9 (diff)
downloadnixpkgs-1046b6cebfa86280d2a96d7554463d47e31c3888.tar
nixpkgs-1046b6cebfa86280d2a96d7554463d47e31c3888.tar.gz
nixpkgs-1046b6cebfa86280d2a96d7554463d47e31c3888.tar.bz2
nixpkgs-1046b6cebfa86280d2a96d7554463d47e31c3888.tar.lz
nixpkgs-1046b6cebfa86280d2a96d7554463d47e31c3888.tar.xz
nixpkgs-1046b6cebfa86280d2a96d7554463d47e31c3888.tar.zst
nixpkgs-1046b6cebfa86280d2a96d7554463d47e31c3888.zip
Manual fixup of shell-command-plus autogeneration
-rw-r--r--pkgs/applications/editors/emacs-modes/elpa-generated.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/applications/editors/emacs-modes/elpa-generated.nix b/pkgs/applications/editors/emacs-modes/elpa-generated.nix
index f7876f84140..ca76e43e413 100644
--- a/pkgs/applications/editors/emacs-modes/elpa-generated.nix
+++ b/pkgs/applications/editors/emacs-modes/elpa-generated.nix
@@ -3308,21 +3308,6 @@
           license = lib.licenses.free;
         };
       }) {};
-    shell-command-plus = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
-      elpaBuild {
-        pname = "shell-command-plus";
-        ename = "shell-command+";
-        version = "2.0.0";
-        src = fetchurl {
-          url = "https://elpa.gnu.org/packages/shell-command+-2.0.0.tar";
-          sha256 = "1l8lwami4rbp94sbb1k4dvv7z0dvf51s0992xragpn9b9jbx5qd6";
-        };
-        packageRequires = [ emacs ];
-        meta = {
-          homepage = "https://elpa.gnu.org/packages/shell-command+.html";
-          license = lib.licenses.free;
-        };
-      }) {};
     shen-mode = callPackage ({ elpaBuild, fetchurl, lib }:
       elpaBuild {
         pname = "shen-mode";