From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Rosset Subject: bug#38148: [PATCH 5/5] gnu: qutebrowser: Improve comment sections. Date: Tue, 14 Jan 2020 03:06:39 -0800 Message-ID: <20200114110639.14059-4-mike.rosset@gmail.com> References: <20200114110459.13912-1-mike.rosset@gmail.com> <20200114110639.14059-1-mike.rosset@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49649) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irK3M-0008BQ-Vw for bug-guix@gnu.org; Tue, 14 Jan 2020 06:08:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irK3J-0001Oe-Vz for bug-guix@gnu.org; Tue, 14 Jan 2020 06:08:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54742) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irK3J-0001OZ-T7 for bug-guix@gnu.org; Tue, 14 Jan 2020 06:08:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1irK3H-0004JD-Od for bug-guix@gnu.org; Tue, 14 Jan 2020 06:08:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20200114110639.14059-1-mike.rosset@gmail.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 38148@debbugs.gnu.org Cc: mike.rosset@gmail.com * gnu/packages/web-browsers.scm (qutebrowser)[comments]: Improve the comment describing why qtwebengine is used as an input. Added punctuation to FIXME for test phase. --- gnu/packages/web-browsers.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 035fdc1dd9..a44add3c0a 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -301,14 +301,13 @@ access.") ;; that it's __init__.py is used first. ("python-pyqtwebengine" ,python-pyqtwebengine) ("python-pyqt" ,python-pyqt) - ;; qtwebengine is not a direct input because it's already provided by - ;; python-pyqtwebengine. It's included so we can wrap - ;; QTWEBENGINEPROCESS_PATH + ;; While qtwebengine is provided by python-pyqtwebengine. It's + ;; included here so we can wrap QTWEBENGINEPROCESS_PATH ("qtwebengine" ,qtwebengine))) (arguments - `( ;; FIXME: With the existance of qtwebengine, tests can now run. But - ;; they are still disabled because test phase hangs. It's not readily - ;; apparent as to why + `(;; FIXME: With the existance of qtwebengine, tests can now run. But + ;; they are still disabled because test phase hangs. It's not readily + ;; apparent as to why. #:tests? #f #:phases (modify-phases %standard-phases -- 2.24.1