mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: ledger: Build with Python 3.
* gnu/packages/finance.scm (ledger)[inputs]: Change from PYTHON-2 to PYTHON.
This commit is contained in:
parent
50e6c1bf2e
commit
7b07852ddb
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ (define-public ledger
|
|||
("gmp" ,gmp)
|
||||
("libedit" ,libedit)
|
||||
("mpfr" ,mpfr)
|
||||
("python" ,python-2)
|
||||
("python" ,python)
|
||||
("utfcpp" ,utfcpp)))
|
||||
(native-inputs
|
||||
`(("groff" ,groff)
|
||||
|
|
Loading…
Reference in a new issue