gnu: rust-hostname-0.1: Don't hide package.
* gnu/packages/crates-io.scm (rust-hostname-0.1)[arguments]: Skip build. Add rust-libc-0.2, rust-winutil-0.1 to cargo-inputs. [host-name]: Update to new host-name. [properties]: Remove field.master
parent
5a3217e52c
commit
af9ca877b0
|
@ -4407,11 +4407,15 @@ SystemTime}}.")
|
|||
(base32
|
||||
"0kprf862qaa7lwdms6aw7f3275h0j2rwhs9nz5784pm8hdmb9ki1"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/fengcen/hostname")
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-libc" ,rust-libc-0.2)
|
||||
("rust-winutil" ,rust-winutil-0.1))))
|
||||
(home-page "https://github.com/svartalf/hostname")
|
||||
(synopsis "Get hostname for Rust")
|
||||
(description
|
||||
"Get hostname for Rust.")
|
||||
(properties '((hidden? . #t)))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-idna-0.1
|
||||
|
|
Reference in New Issue