me
/
guix
Archived
1
0
Fork 0

gnu: ledger: Build with Python 3.

* gnu/packages/finance.scm (ledger)[inputs]: Change from PYTHON-2 to PYTHON.
master
Marius Bakke 2020-05-02 13:58:34 +02:00
parent 50e6c1bf2e
commit 7b07852ddb
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -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)