From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Rosset Subject: bug#38148: [PATCH 2/2] gnu: qutebrowser: Update to 1.9.0. Date: Mon, 13 Jan 2020 10:54:41 -0800 Message-ID: <877e1vxk3y.fsf@gmail.com> References: <20200113103304.9093-1-mike.rosset@gmail.com> <20200113103304.9093-2-mike.rosset@gmail.com> <87lfqbqvyz.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58913) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ir4rg-0004FN-5r for bug-guix@gnu.org; Mon, 13 Jan 2020 13:55:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ir4rf-0005M8-8h for bug-guix@gnu.org; Mon, 13 Jan 2020 13:55:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54096) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ir4re-0005Kz-3a for bug-guix@gnu.org; Mon, 13 Jan 2020 13:55:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ir4re-0006WY-36 for bug-guix@gnu.org; Mon, 13 Jan 2020 13:55:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87lfqbqvyz.fsf@ambrevar.xyz> 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: Pierre Neidhardt Cc: 38148@debbugs.gnu.org Pierre Neidhardt writes: > > Why are you removing this? > > Other than those few nits, looks good to me! > Thanks for looking at this Pierre. I will makes these changes you have suggested ASAP. I removed the man page generation because it is already distributed with the tarball and it caused a fatal error during this phase with 1.9.0. I figured generating the man page was redundant, and we could remove an unneeded native input. WDYT? see --8<---------------cut here---------------start------------->8--- tar -tf $(guix build -S qutebrowser) | grep 'doc/qutebrowser.1$' --8<---------------cut here---------------end--------------->8--- Mike