summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-22 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-22 02:00:00 +0200
commit067b746ed7d916f39b7cdc3cb10a787039ec7ee3 (patch)
tree4d21809555fcba0bf84225f9fd3a008f2efb5e44
parent4a0e0fc7b2183688dc69d15fb0389c56a0002ac6 (diff)
downloadguix-patches-067b746ed7d916f39b7cdc3cb10a787039ec7ee3.tar
guix-patches-067b746ed7d916f39b7cdc3cb10a787039ec7ee3.tar.gz
gnu: libbytesize: Remove input labels.
* gnu/packages/c.scm (libbytesize)[native-inputs]: Remove input labels.
-rw-r--r--gnu/packages/c.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 08405bd4e8..216cc8de8a 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -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")