about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-custom-hash-table.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2021-03-28 20:43:42 +0200
committerMichael Raskin <7c6f434c@mail.ru>2021-03-28 23:47:25 +0200
commitbe2cb0796390205701ad69f7e0e775f8cc1b9187 (patch)
tree93048235aa7093ffb7d6138860f6322e509da478 /pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-custom-hash-table.nix
parent0032a3fc8156a811c1085191058b3dd901ee2de4 (diff)
nyxt: 2020-10-23 -> 2021-03-27
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-custom-hash-table.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-custom-hash-table.nix25
1 files changed, 25 insertions, 0 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-custom-hash-table.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-custom-hash-table.nix
new file mode 100644
index 0000000000000..a679c6128bf73
--- /dev/null
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-custom-hash-table.nix
@@ -0,0 +1,25 @@
+args @ { fetchurl, ... }:
+rec {
+  baseName = ''cl-custom-hash-table'';
+  version = ''20201220-git'';
+
+  description = ''System lacks description'';
+
+  deps = [ ];
+
+  src = fetchurl {
+    url = ''http://beta.quicklisp.org/archive/cl-custom-hash-table/2020-12-20/cl-custom-hash-table-20201220-git.tgz'';
+    sha256 = ''1id16p7vdcgxzvrgk8h6fqi284hgd8cilbnbgsbrbd70n7nj8jg3'';
+  };
+
+  packageName = "cl-custom-hash-table";
+
+  asdFilesToKeep = ["cl-custom-hash-table.asd"];
+  overrides = x: x;
+}
+/* (SYSTEM cl-custom-hash-table DESCRIPTION System lacks description SHA256
+    1id16p7vdcgxzvrgk8h6fqi284hgd8cilbnbgsbrbd70n7nj8jg3 URL
+    http://beta.quicklisp.org/archive/cl-custom-hash-table/2020-12-20/cl-custom-hash-table-20201220-git.tgz
+    MD5 bd0f2f4a8e808911133af19c03e5c511 NAME cl-custom-hash-table FILENAME
+    cl-custom-hash-table DEPS NIL DEPENDENCIES NIL VERSION 20201220-git
+    SIBLINGS (cl-custom-hash-table-test) PARASITES NIL) */