2017-03-26 04:15:42 +02:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
|
|
|
baseName = ''clx'';
|
2017-08-01 04:34:01 +02:00
|
|
|
version = ''20170630-git'';
|
2017-03-26 04:15:42 +02:00
|
|
|
|
|
|
|
description = ''An implementation of the X Window System protocol in Lisp.'';
|
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2017-08-01 04:34:01 +02:00
|
|
|
url = ''http://beta.quicklisp.org/archive/clx/2017-06-30/clx-20170630-git.tgz'';
|
|
|
|
sha256 = ''0di8h3galjylgmy30qqwa4q8mb5505rcag0y4ia7mv7sls51jbp7'';
|
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
|
|
|
|
0di8h3galjylgmy30qqwa4q8mb5505rcag0y4ia7mv7sls51jbp7 URL
|
|
|
|
http://beta.quicklisp.org/archive/clx/2017-06-30/clx-20170630-git.tgz MD5
|
|
|
|
ccfec3f35979df3bead0b73adc1d798a NAME clx FILENAME clx DEPS NIL
|
|
|
|
DEPENDENCIES NIL VERSION 20170630-git SIBLINGS NIL PARASITES NIL) */
|