Regenerate quicklisp-to-nix
Note: Changes to overrides were necessary
This commit is contained in:
@@ -5,32 +5,26 @@ rec {
|
||||
|
||||
description = ''Yet another URI library for Common Lisp'';
|
||||
|
||||
deps = [ args."split-sequence" args."cl-utilities" args."babel" args."alexandria" ];
|
||||
deps = [ args."alexandria" args."babel" args."cl-utilities" args."split-sequence" args."trivial-features" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/quri/2016-12-04/quri-20161204-git.tgz'';
|
||||
sha256 = ''14if83kd2mv68p4g4ch2w796w3micpzv40z7xrcwzwj64wngwabv'';
|
||||
};
|
||||
|
||||
|
||||
packageName = "quri";
|
||||
|
||||
overrides = x: {
|
||||
postInstall = ''
|
||||
find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/quri[.]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 = ["quri.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM quri DESCRIPTION Yet another URI library for Common Lisp SHA256 14if83kd2mv68p4g4ch2w796w3micpzv40z7xrcwzwj64wngwabv URL
|
||||
http://beta.quicklisp.org/archive/quri/2016-12-04/quri-20161204-git.tgz MD5 8c87e99d4f7308d83aab361a6e36508a NAME quri TESTNAME NIL FILENAME quri DEPS
|
||||
((NAME split-sequence FILENAME split-sequence) (NAME cl-utilities FILENAME cl-utilities) (NAME babel FILENAME babel) (NAME alexandria FILENAME alexandria))
|
||||
DEPENDENCIES (split-sequence cl-utilities babel alexandria) VERSION 20161204-git SIBLINGS (quri-test)) */
|
||||
/* (SYSTEM quri DESCRIPTION Yet another URI library for Common Lisp SHA256
|
||||
14if83kd2mv68p4g4ch2w796w3micpzv40z7xrcwzwj64wngwabv URL
|
||||
http://beta.quicklisp.org/archive/quri/2016-12-04/quri-20161204-git.tgz MD5
|
||||
8c87e99d4f7308d83aab361a6e36508a NAME quri FILENAME quri DEPS
|
||||
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
|
||||
(NAME cl-utilities FILENAME cl-utilities)
|
||||
(NAME split-sequence FILENAME split-sequence)
|
||||
(NAME trivial-features FILENAME trivial-features))
|
||||
DEPENDENCIES
|
||||
(alexandria babel cl-utilities split-sequence trivial-features) VERSION
|
||||
20161204-git SIBLINGS (quri-test) PARASITES NIL) */
|
||||
|
||||
Reference in New Issue
Block a user