Skip to content

Commit 98ef0b7

Browse files
committed
chore(nix): relax lz4 dependency requirement
4.4.3 doesn't have aarch64 wheels python-lz4/python-lz4#298
1 parent 6205cfc commit 98ef0b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

overlay.nix

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ final: prev:
3131

3232
dependencies = (super.dependencies or [ ]) ++ [ final.python3.pkgs.pyzstd ];
3333

34+
pythonRelaxDeps = [ "lz4" ];
35+
3436
# remove this when packaging changes are upstreamed
3537
cargoDeps = final.rustPlatform.importCargoLock {
3638
lockFile = ./Cargo.lock;

0 commit comments

Comments
 (0)