gnu: libcloudproviders-minimal: Remove input labels.

* gnu/packages/gnome.scm (libcloudproviders-minimal)
[native-inputs]: Remove labels.
This commit is contained in:
Maxim Cournoyer 2022-08-22 20:58:23 -04:00
parent 7693ee2dd0
commit 5f73aaa6c3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")