mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00: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
|
@ -3,34 +3,31 @@ rec {
|
|||
baseName = ''static-vectors'';
|
||||
version = ''v1.8.2'';
|
||||
|
||||
parasites = [ "static-vectors/test" ];
|
||||
|
||||
description = ''Create vectors allocated in static memory.'';
|
||||
|
||||
deps = [ args."alexandria" args."cffi" args."cffi-grovel" ];
|
||||
deps = [ args."alexandria" args."babel" args."cffi" args."cffi-grovel" args."fiveam" args."trivial-features" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/static-vectors/2017-01-24/static-vectors-v1.8.2.tgz'';
|
||||
sha256 = ''0p35f0wrnv46bmmxlviwpsbxnlnkmxwd3xp858lhf0dy52cyra1g'';
|
||||
};
|
||||
|
||||
|
||||
packageName = "static-vectors";
|
||||
|
||||
overrides = x: {
|
||||
postInstall = ''
|
||||
find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/static-vectors[.]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 = ["static-vectors.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM static-vectors DESCRIPTION Create vectors allocated in static memory. SHA256 0p35f0wrnv46bmmxlviwpsbxnlnkmxwd3xp858lhf0dy52cyra1g URL
|
||||
http://beta.quicklisp.org/archive/static-vectors/2017-01-24/static-vectors-v1.8.2.tgz MD5 fd3ebe4e79a71c49e32ac87d6a1bcaf4 NAME static-vectors TESTNAME NIL
|
||||
FILENAME static-vectors DEPS ((NAME alexandria FILENAME alexandria) (NAME cffi FILENAME cffi) (NAME cffi-grovel FILENAME cffi-grovel)) DEPENDENCIES
|
||||
(alexandria cffi cffi-grovel) VERSION v1.8.2 SIBLINGS NIL) */
|
||||
/* (SYSTEM static-vectors DESCRIPTION
|
||||
Create vectors allocated in static memory. SHA256
|
||||
0p35f0wrnv46bmmxlviwpsbxnlnkmxwd3xp858lhf0dy52cyra1g URL
|
||||
http://beta.quicklisp.org/archive/static-vectors/2017-01-24/static-vectors-v1.8.2.tgz
|
||||
MD5 fd3ebe4e79a71c49e32ac87d6a1bcaf4 NAME static-vectors FILENAME
|
||||
static-vectors DEPS
|
||||
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
|
||||
(NAME cffi FILENAME cffi) (NAME cffi-grovel FILENAME cffi-grovel)
|
||||
(NAME fiveam FILENAME fiveam)
|
||||
(NAME trivial-features FILENAME trivial-features))
|
||||
DEPENDENCIES (alexandria babel cffi cffi-grovel fiveam trivial-features)
|
||||
VERSION v1.8.2 SIBLINGS NIL PARASITES (static-vectors/test)) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue