aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/chanl.nix
diff options
context:
space:
mode:
authorMx Kookie <kookie@spacekookie.de>2020-12-09 18:55:19 +0000
committerMx Kookie <kookie@spacekookie.de>2020-12-09 18:55:19 +0000
commit80d90d9b204f7c17912740f9f414fe5d59f293ba (patch)
tree5f2065a06e724270610760d59d01c6888b375a46 /infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/chanl.nix
parent3a31a84c7d3e589035ad08499206aac44a81f424 (diff)
parent83cbad92d73216bb0d9187c56cce0b91f9121d5a (diff)
Merge commit '83cbad92d73216bb0d9187c56cce0b91f9121d5a' into main
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/chanl.nix')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/chanl.nix31
1 files changed, 31 insertions, 0 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/chanl.nix b/infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/chanl.nix
new file mode 100644
index 000000000000..b0dea4fbd226
--- /dev/null
+++ b/infra/libkookie/nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/chanl.nix
@@ -0,0 +1,31 @@
+args @ { fetchurl, ... }:
+rec {
+ baseName = ''chanl'';
+ version = ''20201016-git'';
+
+ parasites = [ "chanl/examples" "chanl/tests" ];
+
+ description = ''Communicating Sequential Process support for Common Lisp'';
+
+ deps = [ args."alexandria" args."bordeaux-threads" args."fiveam" ];
+
+ src = fetchurl {
+ url = ''http://beta.quicklisp.org/archive/chanl/2020-10-16/chanl-20201016-git.tgz'';
+ sha256 = ''13kmk6q20kkwy8z3fy0sv57076xf5nls3qx31yp47vaxhn9p11a1'';
+ };
+
+ packageName = "chanl";
+
+ asdFilesToKeep = ["chanl.asd"];
+ overrides = x: x;
+}
+/* (SYSTEM chanl DESCRIPTION
+ Communicating Sequential Process support for Common Lisp SHA256
+ 13kmk6q20kkwy8z3fy0sv57076xf5nls3qx31yp47vaxhn9p11a1 URL
+ http://beta.quicklisp.org/archive/chanl/2020-10-16/chanl-20201016-git.tgz
+ MD5 7870137f4c905f64290634ae3d0aa3fd NAME chanl FILENAME chanl DEPS
+ ((NAME alexandria FILENAME alexandria)
+ (NAME bordeaux-threads FILENAME bordeaux-threads)
+ (NAME fiveam FILENAME fiveam))
+ DEPENDENCIES (alexandria bordeaux-threads fiveam) VERSION 20201016-git
+ SIBLINGS NIL PARASITES (chanl/examples chanl/tests)) */