guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: ledger: Build with Python 3.


From: guix-commits
Subject: 02/02: gnu: ledger: Build with Python 3.
Date: Sat, 2 May 2020 11:43:01 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 7b07852ddb334c92bcef69666f21c599f1f0fa79
Author: Marius Bakke <address@hidden>
AuthorDate: Sat May 2 13:58:34 2020 +0200

    gnu: ledger: Build with Python 3.
    
    * gnu/packages/finance.scm (ledger)[inputs]: Change from PYTHON-2 to PYTHON.
---
 gnu/packages/finance.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 61d8071..201ff3d 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]