apteryx pushed a commit to branch master
in repository guix.

commit d08f90be6f6b66c9fec8fd18693d02ba5058424e
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Sep 25 00:05:22 2021 -0400

    gnu: ungoogled-chromium: Mention chromedriver in the description.
    
    * gnu/packages/chromium.scm (ungoogled-chromium) [description]: Mention that
    chromedriver is included in the package.
---
 gnu/packages/chromium.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index 23b6b0d..768564d 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -911,7 +911,9 @@
     (home-page "https://github.com/Eloston/ungoogled-chromium";)
     (description
      "Ungoogled-Chromium is the Chromium web browser, with some functionality
-disabled in order to protect the users privacy.")
+disabled in order to protect the users privacy.  This package also includes
+the @command{chromedriver} command, which can be useful for automated web
+testing.")
     ;; Chromium is developed as BSD-3, but bundles a large number of 
third-party
     ;; components with other licenses.  For full information, see 
chrome://credits.
     (license (list license:bsd-3

Reply via email to