mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libbytesize: Remove input labels.
* gnu/packages/c.scm (libbytesize)[native-inputs]: Remove input labels.
This commit is contained in:
parent
4a0e0fc7b2
commit
067b746ed7
1 changed files with 1 additions and 3 deletions
|
@ -233,9 +233,7 @@ Python.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
(list gettext-minimal pkg-config python))
|
||||||
("pkg-config" ,pkg-config)
|
|
||||||
("python" ,python)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list mpfr pcre2))
|
(list mpfr pcre2))
|
||||||
(home-page "https://github.com/storaged-project/libbytesize")
|
(home-page "https://github.com/storaged-project/libbytesize")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue