We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6205cfc commit 98ef0b7Copy full SHA for 98ef0b7
overlay.nix
@@ -31,6 +31,8 @@ final: prev:
31
32
dependencies = (super.dependencies or [ ]) ++ [ final.python3.pkgs.pyzstd ];
33
34
+ pythonRelaxDeps = [ "lz4" ];
35
+
36
# remove this when packaging changes are upstreamed
37
cargoDeps = final.rustPlatform.importCargoLock {
38
lockFile = ./Cargo.lock;
0 commit comments