updates to build system
This commit is contained in:
parent
88729c36df
commit
3620ead09b
5 changed files with 15 additions and 10 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
let
|
||||
sbcl' = sbcl.withPackages (ps: with ps; [
|
||||
deploy
|
||||
hunchentoot
|
||||
dexador
|
||||
clack
|
||||
|
@ -39,7 +40,8 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
buildPhase = ''
|
||||
make
|
||||
export HOME=$(pwd)
|
||||
${sbcl'}/bin/sbcl --load build.lisp
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue