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