me
/
guix
Archived
1
0
Fork 0

gnu: libbytesize: Remove input labels.

* gnu/packages/c.scm (libbytesize)[native-inputs]:
Remove input labels.
master
Tobias Geerinckx-Rice 2022-05-22 02:00:01 +02:00
parent 4a0e0fc7b2
commit 067b746ed7
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 3 deletions

View File

@ -233,9 +233,7 @@ Python.")
(arguments
`(#:tests? #f))
(native-inputs
`(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)
("python" ,python)))
(list gettext-minimal pkg-config python))
(inputs
(list mpfr pcre2))
(home-page "https://github.com/storaged-project/libbytesize")