2021-04-05 15:23:46 +00:00
|
|
|
/* Generated file. */
|
2020-04-24 23:36:52 +00:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
2021-04-05 15:23:46 +00:00
|
|
|
baseName = "clx";
|
2021-10-17 09:34:42 +00:00
|
|
|
version = "20210630-git";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
parasites = [ "clx/test" ];
|
|
|
|
|
2021-04-05 15:23:46 +00:00
|
|
|
description = "An implementation of the X Window System protocol in Lisp.";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
deps = [ args."fiasco" ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2021-10-17 09:34:42 +00:00
|
|
|
url = "http://beta.quicklisp.org/archive/clx/2021-06-30/clx-20210630-git.tgz";
|
|
|
|
sha256 = "0pr4majs7d6d14p52zapn5knvf7hhwm6s8abkn3xbfxgzi9np556";
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
packageName = "clx";
|
|
|
|
|
|
|
|
asdFilesToKeep = ["clx.asd"];
|
|
|
|
overrides = x: x;
|
|
|
|
}
|
|
|
|
/* (SYSTEM clx DESCRIPTION
|
|
|
|
An implementation of the X Window System protocol in Lisp. SHA256
|
2021-10-17 09:34:42 +00:00
|
|
|
0pr4majs7d6d14p52zapn5knvf7hhwm6s8abkn3xbfxgzi9np556 URL
|
|
|
|
http://beta.quicklisp.org/archive/clx/2021-06-30/clx-20210630-git.tgz MD5
|
|
|
|
095657b0f48ff5602525faa2d4ff7a3e NAME clx FILENAME clx DEPS
|
|
|
|
((NAME fiasco FILENAME fiasco)) DEPENDENCIES (fiasco) VERSION 20210630-git
|
2020-04-24 23:36:52 +00:00
|
|
|
SIBLINGS NIL PARASITES (clx/test)) */
|