Regenerate quicklisp-to-nix
Note: Changes to overrides were necessary
This commit is contained in:
@@ -13,28 +13,17 @@ The system contains the definitions for the 'unification' machinery.'';
|
||||
url = ''http://beta.quicklisp.org/archive/cl-unification/2017-06-30/cl-unification-20170630-git.tgz'';
|
||||
sha256 = ''063xcf2ib3gdpjr39bgkaj6msylzdhbdjsj458w08iyidbxivwlz'';
|
||||
};
|
||||
|
||||
|
||||
packageName = "cl-unification";
|
||||
|
||||
overrides = x: {
|
||||
postInstall = ''
|
||||
find "$out/lib/common-lisp/" -name '*.asd' | grep -iv '/cl-unification[.]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 = ["cl-unification.asd"];
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-unification DESCRIPTION The CL-UNIFICATION system.
|
||||
|
||||
The system contains the definitions for the 'unification' machinery.
|
||||
SHA256 063xcf2ib3gdpjr39bgkaj6msylzdhbdjsj458w08iyidbxivwlz URL http://beta.quicklisp.org/archive/cl-unification/2017-06-30/cl-unification-20170630-git.tgz
|
||||
MD5 f6bf197ca8c79c935efe3a3c25953044 NAME cl-unification TESTNAME NIL FILENAME cl-unification DEPS NIL DEPENDENCIES NIL VERSION 20170630-git SIBLINGS
|
||||
(cl-unification-lib cl-unification-test cl-ppcre-template)) */
|
||||
SHA256 063xcf2ib3gdpjr39bgkaj6msylzdhbdjsj458w08iyidbxivwlz URL
|
||||
http://beta.quicklisp.org/archive/cl-unification/2017-06-30/cl-unification-20170630-git.tgz
|
||||
MD5 f6bf197ca8c79c935efe3a3c25953044 NAME cl-unification FILENAME
|
||||
cl-unification DEPS NIL DEPENDENCIES NIL VERSION 20170630-git SIBLINGS
|
||||
(cl-unification-lib cl-unification-test cl-ppcre-template) PARASITES NIL) */
|
||||
|
||||
Reference in New Issue
Block a user