guix-patches
[Top][All Lists]
Advanced

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

bug#51919: [PATCH] gnu: Add eg25-manager.


From: Ludovic Courtès
Subject: bug#51919: [PATCH] gnu: Add eg25-manager.
Date: Fri, 10 Dec 2021 15:23:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi,

phodina <phodina@protonmail.com> skribis:

> Hi,
>
> this package adds support for modem-manager on Pinephone.
>
> * gnu/packages/firmware.scm (eg25-manager): New variable.

Applied with the minor tweaks below.

Thanks,
Ludo’.

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 393e8ed431..3ce4b0306e 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -218,8 +218,9 @@ (define-public eg25-manager
               ("libgudev" ,libgudev)
               ("libusb" ,libusb)))
     (synopsis "Manager daemon for the Quectel EG25 mobile broadband modem")
-    (description "This package provides a manager daemon for the Quectel EG25
-        mobile broadband modem found e.g. on PinePhone.")
+    (description
+     "This package provides a manager daemon for the Quectel EG25 mobile
+broadband modem as found, for example, on PinePhone.")
     (home-page "https://gitlab.com/mobian1/devices/eg25-manager";)
     (license license:gpl3+)))
 

reply via email to

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