mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
5a3217e52c
commit
af9ca877b0
1 changed files with 6 additions and 2 deletions
|
@ -4407,11 +4407,15 @@ SystemTime}}.")
|
||||||
(base32
|
(base32
|
||||||
"0kprf862qaa7lwdms6aw7f3275h0j2rwhs9nz5784pm8hdmb9ki1"))))
|
"0kprf862qaa7lwdms6aw7f3275h0j2rwhs9nz5784pm8hdmb9ki1"))))
|
||||||
(build-system cargo-build-system)
|
(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")
|
(synopsis "Get hostname for Rust")
|
||||||
(description
|
(description
|
||||||
"Get hostname for Rust.")
|
"Get hostname for Rust.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-idna-0.1
|
(define-public rust-idna-0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue