lispPackages: add cl-prevalence and cl-hooks
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
args @ { fetchurl, ... }:
|
||||
{
|
||||
rec {
|
||||
baseName = ''cl-csv'';
|
||||
version = ''20180831-git'';
|
||||
|
||||
parasites = [ "cl-csv/speed-test" "cl-csv/test" ];
|
||||
parasites = [ "cl-csv/test" ];
|
||||
|
||||
description = ''Facilities for reading and writing CSV format files'';
|
||||
|
||||
@@ -34,4 +34,4 @@ args @ { fetchurl, ... }:
|
||||
(alexandria cl-interpol cl-ppcre cl-unicode flexi-streams iterate
|
||||
lisp-unit2 named-readtables)
|
||||
VERSION 20180831-git SIBLINGS (cl-csv-clsql cl-csv-data-table) PARASITES
|
||||
(cl-csv/speed-test cl-csv/test)) */
|
||||
(cl-csv/test)) */
|
||||
|
||||
Reference in New Issue
Block a user