2018-02-12 19:38:21 +00:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 07:38:35 +00:00
|
|
|
rec {
|
2021-01-24 09:19:10 +00:00
|
|
|
baseName = "fiasco";
|
|
|
|
version = "20200610-git";
|
2018-02-12 19:38:21 +00:00
|
|
|
|
|
|
|
parasites = [ "fiasco-self-tests" ];
|
|
|
|
|
2021-01-24 09:19:10 +00:00
|
|
|
description = "A Common Lisp test framework that treasures your failures, logical continuation of Stefil.";
|
2018-02-12 19:38:21 +00:00
|
|
|
|
2019-01-31 06:21:01 +00:00
|
|
|
deps = [ args."alexandria" args."trivial-gray-streams" ];
|
2018-02-12 19:38:21 +00:00
|
|
|
|
|
|
|
src = fetchurl {
|
2021-01-24 09:19:10 +00:00
|
|
|
url = "http://beta.quicklisp.org/archive/fiasco/2020-06-10/fiasco-20200610-git.tgz";
|
|
|
|
sha256 = "1wb0ibw6ka9fbsb40zjipn7vh3jbzyfsvcc9gq19nqhbqa8gy9r4";
|
2018-02-12 19:38:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
packageName = "fiasco";
|
|
|
|
|
|
|
|
asdFilesToKeep = ["fiasco.asd"];
|
|
|
|
overrides = x: x;
|
|
|
|
}
|
|
|
|
/* (SYSTEM fiasco DESCRIPTION
|
|
|
|
A Common Lisp test framework that treasures your failures, logical continuation of Stefil.
|
2020-10-24 10:53:25 +00:00
|
|
|
SHA256 1wb0ibw6ka9fbsb40zjipn7vh3jbzyfsvcc9gq19nqhbqa8gy9r4 URL
|
|
|
|
http://beta.quicklisp.org/archive/fiasco/2020-06-10/fiasco-20200610-git.tgz
|
|
|
|
MD5 c5a84e4a0a8afe45729cd6e39af772ac NAME fiasco FILENAME fiasco DEPS
|
2019-01-31 06:21:01 +00:00
|
|
|
((NAME alexandria FILENAME alexandria)
|
|
|
|
(NAME trivial-gray-streams FILENAME trivial-gray-streams))
|
2020-10-24 10:53:25 +00:00
|
|
|
DEPENDENCIES (alexandria trivial-gray-streams) VERSION 20200610-git
|
2019-01-31 06:21:01 +00:00
|
|
|
SIBLINGS NIL PARASITES (fiasco-self-tests)) */
|