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