Added SDL, cURL, & OpenSSL dependencies (C libs)

This commit is contained in:
Emile Clark-Boman 2025-07-22 04:00:20 +10:00
parent dfa2b61201
commit f693b6afe9

View file

@ -26,9 +26,14 @@
# ''; # '';
packages = with pkgs; [ packages = with pkgs; [
openssl # Compilation
gnumake gnumake
emscripten emscripten
# C Libraries
SDL # Simple DirectMedia Layer
curl
openssl
]; ];
shell = "${pkgs.bash}/bin/bash"; shell = "${pkgs.bash}/bin/bash";