1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 07:15:53 +02:00

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.
This commit is contained in:
Efraim Flashner
2020-01-16 22:26:02 +02:00
parent 5a3217e52c
commit af9ca877b0
+6 -2
View File
@@ -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