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
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
openssl
|
||||
gnumake
|
||||
emscripten
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue