>From 6916f2f253e127d354be6e2a0bc2ac8af52ad159 Mon Sep 17 00:00:00 2001 From: Mike Rosset Date: Tue, 7 Jan 2020 11:17:41 -0800 Subject: [PATCH 5/5] gnu: qtwebengine: improve punctuation within comments. * gnu/packages/qt.scm (qtwebengine)[comments]: Add appropriate punctuation to input and test comments. This helps differentiate context of some warnings and errors. --- gnu/packages/qt.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 78486c3622..0d060de0c3 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2257,8 +2257,8 @@ time Web content can be enhanced with native controls.") ("libxi" ,libxi) ("libxkbcommon" ,libxkbcommon) ;; FIXME: libxml2 needs to built with icu support though it links to - ;; libxml2 configure summary still states. Checking for compatible - ;; system libxml2... no + ;; libxml2 configure summary still states "Checking for compatible + ;; system libxml2... no" ("libxml2" ,libxml2) ("libxrandr" ,libxrandr) ("libxrender" ,libxrender) @@ -2325,9 +2325,9 @@ time Web content can be enhanced with native controls.") "--webengine-ffmpeg=system" "--webengine-icu=system" "--webengine-pepper-plugins=no"))))) - ;; Tests are disabled due to Could not find QtWebEngineProcess error + ;; Tests are disabled due to "Could not find QtWebEngineProcess error" ;; It's possible this can be fixed by setting QTWEBENGINEPROCESS_PATH - ;; before running tests It's also possible some tests need a network + ;; before running tests. It's also possible some tests need a network ((#:tests? _ #f) #f))) (native-search-paths (list (search-path-specification -- 2.24.1