about summary refs log tree commit diff stats
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/package.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/nix/package.nix b/nix/package.nix
index f4d6eac..1c7d836 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -18,6 +18,8 @@
   ffmpeg,
   openssl,
   libffi,
+  zlib,
+  curl,
   # NativeBuildInputs
   makeWrapper,
   llvmPackages_latest,
@@ -47,6 +49,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
         "mkdb.sh"
         "help.str"
         "raw_error_warning.txt"
+        "urllib3_polyfill.py"
       ])
       || (lib.strings.hasSuffix ".rs" (builtins.baseNameOf name))
       || (lib.strings.hasSuffix ".h" (builtins.baseNameOf name))
@@ -66,6 +69,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
     ffmpeg
     openssl
     libffi
+    zlib
+    curl.dev
   ];
 
   checkInputs = [
@@ -105,7 +110,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
     lockFile = ../Cargo.lock;
     outputHashes = {
       "ruff_python_ast-0.0.0" = "sha256-/CVpNBOBpvQhz7X80nUHC2x7ZxxCJH8O0WAABJKEriA=";
-      "rustpython-0.4.0" = "sha256-hsWqLRiqA0pUNFkHPwvu+Myh5a3p/VXotkPq5ZexqaQ=";
+      "rustpython-0.4.0" = "sha256-VRWmqwbuaxvI4cR3wWQZlYiiMAiRbqpKcsNpI7T+AP8=";
       "rustpython-doc-0.3.0" = "sha256-34ERuLFKzUD9Xmf1zlafe42GLWZfUlw17ejf/NN6yH4=";
     };
   };