lispPackages, lispPackages.quicklisp-to-nix: 2017-07-25 -> 2018-01-31
* update Quicklisp distinfo * regenerate packages * add cl-html-parse and closure-html * add proper mariadb library path to fix cl-mysql * escape memoization filenames for systems * lispPackages.cl-postgres: keep simple-date in the same package
This commit is contained in:
@@ -5,7 +5,7 @@ rec {
|
||||
|
||||
description = ''HTTP POST data parser for Common Lisp'';
|
||||
|
||||
deps = [ args."alexandria" args."babel" args."cl-annot" args."cl-ppcre" args."cl-syntax" args."cl-utilities" args."fast-http" args."fast-io" args."flexi-streams" args."jonathan" args."proc-parse" args."quri" args."smart-buffer" args."split-sequence" args."trivial-gray-streams" args."xsubseq" ];
|
||||
deps = [ args."alexandria" args."babel" args."cl-annot" args."cl-ppcre" args."cl-syntax" args."cl-utilities" args."fast-http" args."fast-io" args."flexi-streams" args."jonathan" args."proc-parse" args."quri" args."smart-buffer" args."split-sequence" args."trivial-features" args."trivial-gray-streams" args."xsubseq" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/http-body/2016-12-04/http-body-20161204-git.tgz'';
|
||||
@@ -30,10 +30,11 @@ rec {
|
||||
(NAME jonathan FILENAME jonathan) (NAME proc-parse FILENAME proc-parse)
|
||||
(NAME quri FILENAME quri) (NAME smart-buffer FILENAME smart-buffer)
|
||||
(NAME split-sequence FILENAME split-sequence)
|
||||
(NAME trivial-features FILENAME trivial-features)
|
||||
(NAME trivial-gray-streams FILENAME trivial-gray-streams)
|
||||
(NAME xsubseq FILENAME xsubseq))
|
||||
DEPENDENCIES
|
||||
(alexandria babel cl-annot cl-ppcre cl-syntax cl-utilities fast-http
|
||||
fast-io flexi-streams jonathan proc-parse quri smart-buffer split-sequence
|
||||
trivial-gray-streams xsubseq)
|
||||
trivial-features trivial-gray-streams xsubseq)
|
||||
VERSION 20161204-git SIBLINGS (http-body-test) PARASITES NIL) */
|
||||
|
||||
Reference in New Issue
Block a user