guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/12: gnu: libbytesize: Remove input labels.


From: guix-commits
Subject: 05/12: gnu: libbytesize: Remove input labels.
Date: Wed, 25 May 2022 13:24:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 067b746ed7d916f39b7cdc3cb10a787039ec7ee3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 22 02:00:01 2022 +0200

    gnu: libbytesize: Remove input labels.
    
    * gnu/packages/c.scm (libbytesize)[native-inputs]:
    Remove input labels.
---
 gnu/packages/c.scm | 4 +---
 1 file changed, 1 insertion(+), 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]