Skip to content

Commit

Permalink
Updated repos/nongnu
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 30, 2022
1 parent 1534510 commit 95f7b51
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions repos/nongnu/nongnu-generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2358,6 +2358,21 @@
license = lib.licenses.free;
};
}) {};
sweeprolog = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
elpaBuild {
pname = "sweeprolog";
ename = "sweeprolog";
version = "0.4.3";
src = fetchurl {
url = "https://elpa.nongnu.org/nongnu/sweeprolog-0.4.3.tar";
sha256 = "0gcdz1h9vs4hz72qjrnz6acc3801g18ysxhnqhpi2kfb3jvgs1a3";
};
packageRequires = [ emacs ];
meta = {
homepage = "https://elpa.gnu.org/packages/sweeprolog.html";
license = lib.licenses.free;
};
}) {};
swift-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib, seq }:
elpaBuild {
pname = "swift-mode";
Expand Down

0 comments on commit 95f7b51

Please sign in to comment.