Added SDL, cURL, & OpenSSL dependencies (C libs)
This commit is contained in:
parent
dfa2b61201
commit
f693b6afe9
1 changed files with 6 additions and 1 deletions
|
|
@ -26,9 +26,14 @@
|
|||
# '';
|
||||
|
||||
packages = with pkgs; [
|
||||
openssl
|
||||
# Compilation
|
||||
gnumake
|
||||
emscripten
|
||||
|
||||
# C Libraries
|
||||
SDL # Simple DirectMedia Layer
|
||||
curl
|
||||
openssl
|
||||
];
|
||||
|
||||
shell = "${pkgs.bash}/bin/bash";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue