guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dtc: Use Python 3 instead of Python 2.


From: guix-commits
Subject: 01/01: gnu: dtc: Use Python 3 instead of Python 2.
Date: Sat, 4 Jan 2020 20:41:59 -0500 (EST)

hoebjo pushed a commit to branch master
in repository guix.

commit 5664a4712c8047067ab026fbce7e34db6918c0bd
Author: Björn Höfling <address@hidden>
Date:   Sun Jan 5 01:08:12 2020 +0100

    gnu: dtc: Use Python 3 instead of Python 2.
    
    * gnu/packages/bootloaders.scm (dtc)[inputs]: Use python instead of 
python-2.
---
 gnu/packages/bootloaders.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 21b32a1..28ba16f 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -10,6 +10,7 @@
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2019 nee <address@hidden>
 ;;; Copyright © 2019 Mathieu Othacehe <address@hidden>
+;;; Copyright © 2020 Björn Höfling <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -376,7 +377,7 @@ menu to select one of the installed operating systems.")
        ("swig" ,swig)
        ("valgrind" ,valgrind)))
     (inputs
-     `(("python-2" ,python-2)))
+     `(("python" ,python)))
     (arguments
      `(#:make-flags
        (list "CC=gcc"



reply via email to

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