From 531edfc848c7253b6768ab5404773a5db54da6f2 Mon Sep 17 00:00:00 2001 From: Mike Rosset Date: Mon, 6 Jan 2020 16:16:18 -0800 Subject: [PATCH 3/5] gnu: qtwebengine: description field now notes source re base summary * gnu/packages/qt.scm (qtwebengine)[description]: Note Qt Chromium source re base details. --- gnu/packages/qt.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 38a620c90c..87f3470773 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2340,8 +2340,9 @@ time Web content can be enhanced with native controls.") (files '("lib/qt5/libexec/QtWebEngineProcess"))))) (home-page "https://www.qt.io") (synopsis "Qt WebEngine module") - (description "Qt5WebEngine provides support for web -applications using the Chromium browser project.") + (description "Qt5WebEngine provides support for web applications using the +Chromium browser project. The Chromium source base has Google services and +binaries removed along with modular support for system libraries.") (license license:lgpl2.1+))) (define-public dotherside -- 2.24.1