fixing some shell stuff
This commit is contained in:
parent
c22a1bb829
commit
e53ef71ebd
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,6 @@ let
|
|||
sbcl' = sbcl.withPackages (ps: with ps; [
|
||||
hunchentoot
|
||||
dexador
|
||||
clack
|
||||
jzon
|
||||
serapeum
|
||||
deploy
|
||||
|
@ -25,6 +24,9 @@ in mkShell rec {
|
|||
gdb
|
||||
pkg-config
|
||||
makeWrapper
|
||||
openssl
|
||||
openssl.out
|
||||
openssl.dev
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue