lispPackages: add cl-prevalence and cl-hooks
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
args @ { fetchurl, ... }:
|
||||
{
|
||||
rec {
|
||||
baseName = ''xmls'';
|
||||
version = ''3.0.2'';
|
||||
|
||||
parasites = [ "xmls/octets" "xmls/test" "xmls/unit-test" ];
|
||||
parasites = [ "xmls/test" "xmls/unit-test" ];
|
||||
|
||||
description = ''System lacks description'';
|
||||
|
||||
deps = [ args."cl-ppcre" args."fiveam" args."flexi-streams" ];
|
||||
deps = [ args."fiveam" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/xmls/2018-04-30/xmls-3.0.2.tgz'';
|
||||
@@ -23,7 +23,5 @@ args @ { fetchurl, ... }:
|
||||
1r7mvw62zjcg45j3hm8jlbiisad2b415pghn6qcmhl03dmgp7kgi URL
|
||||
http://beta.quicklisp.org/archive/xmls/2018-04-30/xmls-3.0.2.tgz MD5
|
||||
2462bab4a5d74e87ef7bdef41cd06dc8 NAME xmls FILENAME xmls DEPS
|
||||
((NAME cl-ppcre FILENAME cl-ppcre) (NAME fiveam FILENAME fiveam)
|
||||
(NAME flexi-streams FILENAME flexi-streams))
|
||||
DEPENDENCIES (cl-ppcre fiveam flexi-streams) VERSION 3.0.2 SIBLINGS NIL
|
||||
PARASITES (xmls/octets xmls/test xmls/unit-test)) */
|
||||
((NAME fiveam FILENAME fiveam)) DEPENDENCIES (fiveam) VERSION 3.0.2
|
||||
SIBLINGS NIL PARASITES (xmls/test xmls/unit-test)) */
|
||||
|
||||
Reference in New Issue
Block a user