elpa-generated.nix manual fixup
This commit is contained in:
parent
6e2f03ef9f
commit
d62acd223d
1 changed files with 0 additions and 15 deletions
|
@ -4102,21 +4102,6 @@
|
||||||
license = lib.licenses.free;
|
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;
|
|
||||||
};
|
|
||||||
}) {};
|
|
||||||
shen-mode = callPackage ({ elpaBuild, fetchurl, lib }:
|
shen-mode = callPackage ({ elpaBuild, fetchurl, lib }:
|
||||||
elpaBuild {
|
elpaBuild {
|
||||||
pname = "shen-mode";
|
pname = "shen-mode";
|
||||||
|
|
Loading…
Reference in a new issue