diff options
| author | Petr Hodina <phodina@protonmail.com> | 2022-10-04 21:06:41 +0200 | 
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-11-21 22:01:11 +0100 | 
| commit | ebd651c32a8bf2f37e95f2ea63f9de715f3d0e83 (patch) | |
| tree | f1aaf6c6883547a7bcaf0a68859647e1e7a96ea3 /gnu/packages | |
| parent | fc85a45aecd64556e1f3ec82e66de54665684933 (diff) | |
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>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/firmware.scm | 17 | 
1 files changed, 9 insertions, 8 deletions
| diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index 696814cc71..d192671eec 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -259,19 +259,11 @@ driver.")                           help2man                           gettext-minimal))      (inputs (list bash-completion -                  glib                    libgudev                    libxmlb -                  gusb                    sqlite -                  libarchive -                  libjcat -                  json-glib -                  curl                    polkit                    eudev -                  gcab -                  gnutls                    libelf                    tpm2-tss                    cairo @@ -281,6 +273,15 @@ driver.")                    mingw-w64-tools                    libsmbios                    gnu-efi)) +    ;; In Requires of fwupd*.pc. +    (propagated-inputs (list curl +                             gcab +                             glib +                             gnutls +                             gusb +                             json-glib +                             libarchive +                             libjcat))      (home-page "https://fwupd.org/")      (synopsis "Daemon to allow session software to update firmware")      (description "This package aims to make updating firmware on GNU/Linux | 
