mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: rust-rust-lzma-0.5: Move to (gnu packages crates-compression).
* gnu/packages/crates-io.scm (rust-rust-lzma-0.5): Move from here ... * gnu/packages/crates-compression.scm: ... to here. Change-Id: I8a1a76974057404df4d31aeeafab9bd2008f10b4
This commit is contained in:
parent
dc64f56951
commit
bac0a59c9b
2 changed files with 24 additions and 24 deletions
|
@ -1383,6 +1383,30 @@ (define-public rust-miniz-oxide-0.3
|
|||
(arguments
|
||||
`(#:cargo-inputs (("rust-adler32" ,rust-adler32-1))))))
|
||||
|
||||
(define-public rust-rust-lzma-0.5
|
||||
(package
|
||||
(name "rust-rust-lzma")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rust-lzma" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1njlmh9hq2qg5ssdangwbdkz1lrfj2brf8kfp65k7vmfmr6w0pc9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-pkg-config" ,rust-pkg-config-0.3))))
|
||||
(native-inputs
|
||||
(list pkg-config xz))
|
||||
(home-page "https://github.com/fpgaminer/rust-lzma")
|
||||
(synopsis
|
||||
"Simple interface for LZMA compression and decompression")
|
||||
(description
|
||||
"This package provides Simple interface for LZMA compression and decompression.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-ruzstd-0.7
|
||||
(package
|
||||
(name "rust-ruzstd")
|
||||
|
|
|
@ -67970,30 +67970,6 @@ (define-public rust-rust-ini-0.13
|
|||
(base32 "1hifnbgaz01zja5995chy6vjacbif2m76nlxsisw7y1pxx4c2liy"))))
|
||||
(arguments `(#:skip-build? #t))))
|
||||
|
||||
(define-public rust-rust-lzma-0.5
|
||||
(package
|
||||
(name "rust-rust-lzma")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rust-lzma" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1njlmh9hq2qg5ssdangwbdkz1lrfj2brf8kfp65k7vmfmr6w0pc9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-pkg-config" ,rust-pkg-config-0.3))))
|
||||
(native-inputs
|
||||
(list pkg-config xz))
|
||||
(home-page "https://github.com/fpgaminer/rust-lzma")
|
||||
(synopsis
|
||||
"Simple interface for LZMA compression and decompression")
|
||||
(description
|
||||
"This package provides Simple interface for LZMA compression and decompression.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-rustbox-0.11
|
||||
(package
|
||||
(name "rust-rustbox")
|
||||
|
|
Loading…
Reference in a new issue