2017-03-26 03:15:42 +01:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
|
|
|
baseName = ''clx'';
|
2018-09-12 09:47:19 +01:00
|
|
|
version = ''20180711-git'';
|
2018-02-12 19:38:21 +00:00
|
|
|
|
|
|
|
parasites = [ "clx/test" ];
|
2017-03-26 03:15:42 +01:00
|
|
|
|
|
|
|
description = ''An implementation of the X Window System protocol in Lisp.'';
|
|
|
|
|
2018-02-12 19:38:21 +00:00
|
|
|
deps = [ args."fiasco" ];
|
2017-03-26 03:15:42 +01:00
|
|
|
|
|
|
|
src = fetchurl {
|
2018-09-12 09:47:19 +01:00
|
|
|
url = ''http://beta.quicklisp.org/archive/clx/2018-07-11/clx-20180711-git.tgz'';
|
|
|
|
sha256 = ''0vpavllapc0j6j7iwxpxzgl8n5krvrwhmd5k2k0f3pr6sgl1y29h'';
|
2017-03-26 03:15:42 +01:00
|
|
|
};
|
2017-08-31 01:22:51 +01:00
|
|
|
|
2017-06-21 21:15:07 +01:00
|
|
|
packageName = "clx";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
asdFilesToKeep = ["clx.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-26 03:15:42 +01:00
|
|
|
}
|
2017-08-31 01:22:51 +01:00
|
|
|
/* (SYSTEM clx DESCRIPTION
|
|
|
|
An implementation of the X Window System protocol in Lisp. SHA256
|
2018-09-12 09:47:19 +01:00
|
|
|
0vpavllapc0j6j7iwxpxzgl8n5krvrwhmd5k2k0f3pr6sgl1y29h URL
|
|
|
|
http://beta.quicklisp.org/archive/clx/2018-07-11/clx-20180711-git.tgz MD5
|
|
|
|
27d5e904d2b7e4cdf4e8492839d15bad NAME clx FILENAME clx DEPS
|
|
|
|
((NAME fiasco FILENAME fiasco)) DEPENDENCIES (fiasco) VERSION 20180711-git
|
2018-02-12 19:38:21 +00:00
|
|
|
SIBLINGS NIL PARASITES (clx/test)) */
|