diff options
author | Efraim Flashner <[email protected]> | 2024-07-21 17:56:48 +0300 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2024-07-21 17:56:48 +0300 |
commit | 81904c16aed72bb8ea1449587418d2a218d0b103 (patch) | |
tree | 273d06b27b8a48831f4b5cb3fdc3d51698d3a4d3 /gnu/packages/python-compression.scm | |
parent | 504d5079d7dad26d6e26aefb3f7d039ba86b2b41 (diff) | |
parent | 2024e3ee33842676b2255bed2d6205c5dfa2dae2 (diff) |
Merge branch 'rust-team'
Change-Id: I412341ad7a8bb84c7fafeb69dea8182eade68d2f
Diffstat (limited to 'gnu/packages/python-compression.scm')
-rw-r--r-- | gnu/packages/python-compression.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 96e607bfe9..cfabc618d2 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm @@ -173,11 +173,13 @@ were a single file.") ("rust-zstd" ,rust-zstd-0.11)) #:install-source? #f)) (native-inputs (list maturin + pkg-config python-pytest python-pytest-xdist python-numpy python-hypothesis python-wrapper)) + (inputs (list `(,zstd "lib"))) (home-page "https://github.com/milesgranger/cramjam") (synopsis "Python bindings to compression algorithms in Rust") (description |