elpa-packages: manual fixup the duplication of shell-command-plus

launchpad/nixpkgs/master
AndersonTorres 3 years ago
parent 6a12c70e65
commit f3504cfe27
  1. 15
      pkgs/applications/editors/emacs/elisp-packages/elpa-generated.nix

@ -3396,21 +3396,6 @@
license = lib.licenses.free;
};
}) {};
shell-command-plus = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
elpaBuild {
pname = "shell-command-plus";
ename = "shell-command+";
version = "2.2.0";
src = fetchurl {
url = "https://elpa.gnu.org/packages/shell-command+-2.2.0.tar";
sha256 = "1ms2xk7xfgd3ngwm90hnmlxwpvyb167bislc2wr3ilfrirbbw476";
};
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";

Loading…
Cancel
Save