lispPackages.query-fs: Kill build-with-lisp.sh reference
This commit is contained in:
parent
674c3c6bdd
commit
f01f86c5ca
@ -67,10 +67,12 @@ in
|
|||||||
postInstall = ((x.overrides y).postInstall or "") + ''
|
postInstall = ((x.overrides y).postInstall or "") + ''
|
||||||
export CL_SOURCE_REGISTRY="$CL_SOURCE_REGISTRY:$out/lib/common-lisp/query-fs"
|
export CL_SOURCE_REGISTRY="$CL_SOURCE_REGISTRY:$out/lib/common-lisp/query-fs"
|
||||||
export HOME=$PWD
|
export HOME=$PWD
|
||||||
build-with-lisp.sh sbcl \
|
"$out/bin/query-fs-lisp-launcher.sh" --eval '(asdf:make :query-fs)' \
|
||||||
":query-fs $(echo "$linkedSystems" | sed -re 's/(^| )([^ :])/ :\2/g')" \
|
--eval "(progn $(for i in $linkedSystems; do echo "(asdf:make :$i)"; done) )" \
|
||||||
"$out/bin/query-fs" \
|
--eval '(setf (asdf/system:component-entry-point (asdf:find-system :query-fs))
|
||||||
"(query-fs:run-fs-with-cmdline-args)"
|
(function query-fs:run-fs-with-cmdline-args))' \
|
||||||
|
--eval '(asdf:perform (quote asdf:program-op) :query-fs)'
|
||||||
|
cp "$out/lib/common-lisp/query-fs/query-fs" "$out/bin/"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user