guix-commits
[Top][All Lists]
Advanced

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

79/143: gnu: fwupd: Move some inputs to propagated-inputs.


From: guix-commits
Subject: 79/143: gnu: fwupd: Move some inputs to propagated-inputs.
Date: Mon, 21 Nov 2022 16:10:48 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit ebd651c32a8bf2f37e95f2ea63f9de715f3d0e83
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Tue Oct 4 21:06:41 2022 +0200

    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>
---
 gnu/packages/firmware.scm | 17 +++++++++--------
 1 file 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



reply via email to

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