guix-commits
[Top][All Lists]
Advanced

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

15/19: gnu: libcloudproviders-minimal: Remove input labels.


From: guix-commits
Subject: 15/19: gnu: libcloudproviders-minimal: Remove input labels.
Date: Sun, 28 Aug 2022 21:09:44 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 5f73aaa6c3d7dfb3480e9098f9cf8ff65588f11c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Aug 22 20:58:23 2022 -0400

    gnu: libcloudproviders-minimal: Remove input labels.
    
    * gnu/packages/gnome.scm (libcloudproviders-minimal)
    [native-inputs]: Remove labels.
---
 gnu/packages/gnome.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 55f5c57bf3..d73d41c9a7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -370,9 +370,7 @@ features to enable users to create their discs easily and 
quickly.")
                                "-Denable-gtk-doc=false"
                                "-Dvapigen=false")))
     (native-inputs
-     `(("glib:bin" ,glib "bin")
-       ("pkg-config" ,pkg-config)
-       ("vala" ,vala)))
+     (list `(,glib "bin") pkg-config vala))
     (inputs
      (list glib glib-networking))
     (synopsis "Cloudproviders Integration API")



reply via email to

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