[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28693] [PATCH] gnu: Add missing input to python-py3status.
From: |
Tomáš Čech |
Subject: |
[bug#28693] [PATCH] gnu: Add missing input to python-py3status. |
Date: |
Wed, 4 Oct 2017 00:57:57 +0200 |
* 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
- [bug#28693] [PATCH] gnu: Add missing input to python-py3status.,
Tomáš Čech <=