mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Regenerate quicklisp-to-nix
Note: Changes to overrides were necessary
This commit is contained in:
parent
acd05c506d
commit
d1e11cd41e
213 changed files with 4383 additions and 4292 deletions
|
@ -5,35 +5,35 @@ rec {
|
|||
|
||||
description = ''HTTP POST data parser for Common Lisp'';
|
||||
|
||||
deps = [ args."trivial-gray-streams" args."quri" args."jonathan" args."flexi-streams" args."fast-http" args."cl-utilities" args."cl-ppcre" args."babel" ];
|
||||
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" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/http-body/2016-12-04/http-body-20161204-git.tgz'';
|
||||
sha256 = ''1y50yipsbl4j99igmfi83pr7p56hb31dcplpy05fp5alkb5rv0gi'';
|
||||
};
|
||||
|
||||
|
||||
packageName = "http-body";
|
||||
|
||||
overrides = x: {
|
||||
postInstall = ''
|
||||
find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/http-body[.]asd${"$"}' |
|
||||
while read f; do
|
||||
env -i \
|
||||
NIX_LISP="$NIX_LISP" \
|
||||
NIX_LISP_PRELAUNCH_HOOK="nix_lisp_run_single_form '(progn
|
||||
(asdf:load-system :$(basename "$f" .asd))
|
||||
(asdf:perform (quote asdf:compile-bundle-op) :$(basename "$f" .asd))
|
||||
(ignore-errors (asdf:perform (quote asdf:deliver-asd-op) :$(basename "$f" .asd)))
|
||||
)'" \
|
||||
"$out"/bin/*-lisp-launcher.sh ||
|
||||
mv "$f"{,.sibling}; done || true
|
||||
'';
|
||||
};
|
||||
asdFilesToKeep = ["http-body.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM http-body DESCRIPTION HTTP POST data parser for Common Lisp SHA256 1y50yipsbl4j99igmfi83pr7p56hb31dcplpy05fp5alkb5rv0gi URL
|
||||
http://beta.quicklisp.org/archive/http-body/2016-12-04/http-body-20161204-git.tgz MD5 6eda50cf89aa3b6a8e9ccaf324734a0e NAME http-body TESTNAME NIL FILENAME
|
||||
http-body DEPS
|
||||
((NAME trivial-gray-streams FILENAME trivial-gray-streams) (NAME quri FILENAME quri) (NAME jonathan FILENAME jonathan)
|
||||
(NAME flexi-streams FILENAME flexi-streams) (NAME fast-http FILENAME fast-http) (NAME cl-utilities FILENAME cl-utilities)
|
||||
(NAME cl-ppcre FILENAME cl-ppcre) (NAME babel FILENAME babel))
|
||||
DEPENDENCIES (trivial-gray-streams quri jonathan flexi-streams fast-http cl-utilities cl-ppcre babel) VERSION 20161204-git SIBLINGS (http-body-test)) */
|
||||
/* (SYSTEM http-body DESCRIPTION HTTP POST data parser for Common Lisp SHA256
|
||||
1y50yipsbl4j99igmfi83pr7p56hb31dcplpy05fp5alkb5rv0gi URL
|
||||
http://beta.quicklisp.org/archive/http-body/2016-12-04/http-body-20161204-git.tgz
|
||||
MD5 6eda50cf89aa3b6a8e9ccaf324734a0e NAME http-body FILENAME http-body DEPS
|
||||
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
|
||||
(NAME cl-annot FILENAME cl-annot) (NAME cl-ppcre FILENAME cl-ppcre)
|
||||
(NAME cl-syntax FILENAME cl-syntax)
|
||||
(NAME cl-utilities FILENAME cl-utilities)
|
||||
(NAME fast-http FILENAME fast-http) (NAME fast-io FILENAME fast-io)
|
||||
(NAME flexi-streams FILENAME flexi-streams)
|
||||
(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-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)
|
||||
VERSION 20161204-git SIBLINGS (http-body-test) PARASITES NIL) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue