From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzW9Z-0008S2-HZ for guix-patches@gnu.org; Tue, 03 Oct 2017 18:59:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzW9W-0001JZ-E1 for guix-patches@gnu.org; Tue, 03 Oct 2017 18:59:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38306) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dzW9W-0001J6-A2 for guix-patches@gnu.org; Tue, 03 Oct 2017 18:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dzW9W-0003Wv-3T for guix-patches@gnu.org; Tue, 03 Oct 2017 18:59:02 -0400 Subject: [bug#28693] [PATCH] gnu: Add missing input to python-py3status. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzW8g-0008Pe-EE for guix-patches@gnu.org; Tue, 03 Oct 2017 18:58:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzW8d-0008Qm-Aa for guix-patches@gnu.org; Tue, 03 Oct 2017 18:58:10 -0400 From: =?UTF-8?Q?Tom=C3=A1=C5=A1_?= =?UTF-8?Q?=C4=8Cech?= Date: Wed, 4 Oct 2017 00:57:57 +0200 Message-Id: <20171003225757.28335-1-sleep_walker@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28693@debbugs.gnu.org * gnu/packages/python.scm (python-py3status): Add missing input. file is used to determine configuration file encoding and py3status fails to run when this tool is missing. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6ffd468b3..88f7ff1e4 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -11468,6 +11468,8 @@ to occurrences in strings and comments.") (base32 "0i283z1pivmir61z8kbiycigc94l61v33ygzkhczf1ifq7cppyds")))) (build-system python-build-system) + (inputs + `(("file" ,file))) (arguments '(#:tests? #f)) ; TODO: Requires many libraries not in Guix. (home-page "https://github.com/ultrabug/py3status") -- 2.14.2