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)
|
||||
("libedit" ,libedit)
|
||||
("mpfr" ,mpfr)
|
||||
("python" ,python-2)
|
||||
("python" ,python)
|
||||
("utfcpp" ,utfcpp)))
|
||||
(native-inputs
|
||||
`(("groff" ,groff)
|
||||
|
|
Reference in New Issue