gnu: ledger: Build with Python 3.

* gnu/packages/finance.scm (ledger)[inputs]: Change from PYTHON-2 to PYTHON.
This commit is contained in:
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

View file

@ -258,7 +258,7 @@ (define-public ledger
("gmp" ,gmp)
("libedit" ,libedit)
("mpfr" ,mpfr)
("python" ,python-2)
("python" ,python)
("utfcpp" ,utfcpp)))
(native-inputs
`(("groff" ,groff)