mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Remove rust-zstd-sys-1.4.17.
* gnu/packages/crates-io.scm (rust-zstd-sys-1.4.17): Remove variable. (rust-zstd-safe-2): Apply removal.
This commit is contained in:
parent
836543ab52
commit
b8d6242097
1 changed files with 1 additions and 3 deletions
|
@ -43156,7 +43156,7 @@ (define-public rust-zstd-safe-2
|
|||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-zstd-sys" ,rust-zstd-sys-1.4.17))))
|
||||
("rust-zstd-sys" ,rust-zstd-sys-1))))
|
||||
(home-page "https://github.com/gyscos/zstd-rs")
|
||||
(synopsis "Safe low-level bindings to the zstd compression library")
|
||||
(description "This package provides safe low-level bindings to the zstd
|
||||
|
@ -43192,8 +43192,6 @@ (define-public rust-zstd-sys-1
|
|||
compression library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-zstd-sys-1.4.17 rust-zstd-sys-1)
|
||||
|
||||
(define-public rust-packed-struct
|
||||
(package
|
||||
(name "rust-packed-struct")
|
||||
|
|
Loading…
Reference in a new issue