Added openssl+gnumake dependencies
This commit is contained in:
parent
7e36e6084a
commit
bd83aa2d06
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
||||||
in
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
openssl
|
||||||
|
gnumake
|
||||||
emscripten
|
emscripten
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue