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:
parent
fc85a45aec
commit
ebd651c32a
1 changed files with 9 additions and 8 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue