>From e67e9e7a6a6b346c9a99759ae75040735e5336d1 Mon Sep 17 00:00:00 2001 From: Mike Rosset Date: Sun, 5 Jan 2020 07:34:47 -0800 Subject: [PATCH 5/5] gnu: qtwebengine: description field now notes source re base summary To: address@hidden * 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 a4a039dc80..e199c67c4f 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2154,8 +2154,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 (package-license qt)))) -- 2.24.1