mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: Remove rust-portpicker-0.1.
* gnu/packages/crates-io.scm (rust-portpicker-0.1): Delete variable.
This commit is contained in:
parent
b835631563
commit
807afdd8e3
1 changed files with 0 additions and 21 deletions
|
@ -43308,27 +43308,6 @@ (define-public rust-pom-3
|
|||
overloading without macros in Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-portpicker-0.1
|
||||
(package
|
||||
(name "rust-portpicker")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "portpicker" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1fgb5pdayxy5nlx1lh60r7gx7wx45zza802w8hwhkq3gq42psjav"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-rand" ,rust-rand-0.6))))
|
||||
(home-page "https://github.com/Dentosal/portpicker-rs")
|
||||
(synopsis "Pick a free unused port")
|
||||
(description
|
||||
"This crate provides picks a free port, that is unused on both TCP and
|
||||
UDP.")
|
||||
(license license:unlicense)))
|
||||
|
||||
(define-public rust-postgres-0.19
|
||||
(package
|
||||
(name "rust-postgres")
|
||||
|
|
Loading…
Reference in a new issue