gnu: ledger: Build with Python 3.
* gnu/packages/finance.scm (ledger)[inputs]: Change from PYTHON-2 to PYTHON.master
parent
50e6c1bf2e
commit
7b07852ddb
|
@ -258,7 +258,7 @@ and dynamically with report tools based on filtering and graphical charts.")
|
||||||
("gmp" ,gmp)
|
("gmp" ,gmp)
|
||||||
("libedit" ,libedit)
|
("libedit" ,libedit)
|
||||||
("mpfr" ,mpfr)
|
("mpfr" ,mpfr)
|
||||||
("python" ,python-2)
|
("python" ,python)
|
||||||
("utfcpp" ,utfcpp)))
|
("utfcpp" ,utfcpp)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("groff" ,groff)
|
`(("groff" ,groff)
|
||||||
|
|
Reference in New Issue