diff mbox series

bug#46278: [PATCH v2] Add fwupd

Message ID 87fshcbrny.fsf@gnu.org
State Accepted
Headers show
Series bug#46278: [PATCH v2] Add fwupd | expand

Commit Message

Ludovic Courtès Aug. 31, 2022, 11:04 a.m. UTC
Hi,

phodina <phodina@protonmail.com> skribis:

> I attempted to add also Gnome GUI but for some reason the pkgconfig in meson is not detecting the fwupd even though that when ran manually it finds it.

Hmm maybe we should discuss that separately.

> From d5bb4d798b40d91119d54077514d70234f6f3818 Mon Sep 17 00:00:00 2001
> From: Petr Hodina <phodina@protonmail.com>
> Date: Tue, 4 Jan 2022 06:58:51 +0100
> Subject: [PATCH v2 1/2] gnu: Add fwupd.
>
> * gnu/packages/firmware.scm (fwupd): New variable.

Applied with the minor changes below, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index dc5d5c3452..3a5ade4b77 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -268,9 +268,9 @@  (define-public fwupd
                   libsmbios
                   gnu-efi))
     (home-page "https://fwupd.org/")
-    (synopsis "A simple daemon to allow session software to update firmware")
-    (description "This package aims to make updating firmware on Linux
-automatic, safe and reliable.")
+    (synopsis "Daemon to allow session software to update firmware")
+    (description "This package aims to make updating firmware on GNU/Linux
+automatic, safe and reliable.  It is used by tools such as GNOME Software.")
     (license license:lgpl2.1+)))
 
 (define-public openfwwf-firmware