about summary refs log tree commit diff stats
path: root/nix/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/package.nix')
-rw-r--r--nix/package.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/package.nix b/nix/package.nix
index f4d6eac..d25018a 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -18,6 +18,8 @@
   ffmpeg,
   openssl,
   libffi,
+  zlib,
+  curl,
   # NativeBuildInputs
   makeWrapper,
   llvmPackages_latest,
@@ -66,6 +68,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
     ffmpeg
     openssl
     libffi
+    zlib
+    curl.dev
   ];
 
   checkInputs = [