Archived
1
0
Fork 0

gnu: fwupd: Move some inputs to propagated-inputs.

* gnu/packages/firmware.scm (fwupd)[propagated-inputs]: Move curl, gcab, glib, gusb,
libarchive, gnutls, json-glib and libjcat here from inputs.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Petr Hodina 2022-10-04 21:06:41 +02:00 committed by Marius Bakke
parent fc85a45aec
commit ebd651c32a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -259,19 +259,11 @@ driver.")
help2man help2man
gettext-minimal)) gettext-minimal))
(inputs (list bash-completion (inputs (list bash-completion
glib
libgudev libgudev
libxmlb libxmlb
gusb
sqlite sqlite
libarchive
libjcat
json-glib
curl
polkit polkit
eudev eudev
gcab
gnutls
libelf libelf
tpm2-tss tpm2-tss
cairo cairo
@ -281,6 +273,15 @@ driver.")
mingw-w64-tools mingw-w64-tools
libsmbios libsmbios
gnu-efi)) gnu-efi))
;; In Requires of fwupd*.pc.
(propagated-inputs (list curl
gcab
glib
gnutls
gusb
json-glib
libarchive
libjcat))
(home-page "https://fwupd.org/") (home-page "https://fwupd.org/")
(synopsis "Daemon to allow session software to update firmware") (synopsis "Daemon to allow session software to update firmware")
(description "This package aims to make updating firmware on GNU/Linux (description "This package aims to make updating firmware on GNU/Linux