about summary refs log tree commit diff
path: root/repos/nongnu
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-08-10 01:50:39 +0000
committergithub-actions <github-actions@github.com>2021-08-10 01:50:39 +0000
commit29829efa3367108398a024db927263d95a55bba2 (patch)
tree3cb4d69f6ade94e8abcf067a71574fac03f5edd1 /repos/nongnu
parent39f2b964e687ec6ddf3f5d2320b594f82b1bd97b (diff)
downloadnixlib-29829efa3367108398a024db927263d95a55bba2.tar
nixlib-29829efa3367108398a024db927263d95a55bba2.tar.gz
nixlib-29829efa3367108398a024db927263d95a55bba2.tar.bz2
nixlib-29829efa3367108398a024db927263d95a55bba2.tar.lz
nixlib-29829efa3367108398a024db927263d95a55bba2.tar.xz
nixlib-29829efa3367108398a024db927263d95a55bba2.tar.zst
nixlib-29829efa3367108398a024db927263d95a55bba2.zip
Updated repos/nongnu
Diffstat (limited to 'repos/nongnu')
-rw-r--r--repos/nongnu/nongnu-generated.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/repos/nongnu/nongnu-generated.nix b/repos/nongnu/nongnu-generated.nix
index 5554d3acadb8..5343ef41f3b1 100644
--- a/repos/nongnu/nongnu-generated.nix
+++ b/repos/nongnu/nongnu-generated.nix
@@ -15,6 +15,21 @@
           license = lib.licenses.free;
         };
       }) {};
+    clojure-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }:
+      elpaBuild {
+        pname = "clojure-mode";
+        ename = "clojure-mode";
+        version = "5.13.0";
+        src = fetchurl {
+          url = "https://elpa.nongnu.org/nongnu/clojure-mode-5.13.0.tar";
+          sha256 = "16xll0sp7mqzwldfsihp7j3dlm6ps1l1awi122ff8w7xph7b0wfh";
+        };
+        packageRequires = [ emacs ];
+        meta = {
+          homepage = "https://elpa.gnu.org/packages/clojure-mode.html";
+          license = lib.licenses.free;
+        };
+      }) {};
     editorconfig = callPackage ({ cl-lib ? null
                                 , elpaBuild
                                 , emacs