mbakke pushed a commit to branch core-updates
in repository guix.
commit 7b07852ddb334c92bcef69666f21c599f1f0fa79
Author: Marius Bakke <[email protected]>
AuthorDate: Sat May 2 13:58:34 2020 +0200
gnu: ledger: Build with Python 3.
* gnu/packages/finance.scm (ledger)[inputs]: Change from PYTHON-2 to PYTHON.
---
gnu/packages/finance.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 61d8071..201ff3d 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -258,7 +258,7 @@ and dynamically with report tools based on filtering and
graphical charts.")
("gmp" ,gmp)
("libedit" ,libedit)
("mpfr" ,mpfr)
- ("python" ,python-2)
+ ("python" ,python)
("utfcpp" ,utfcpp)))
(native-inputs
`(("groff" ,groff)