gnu: dtc: Use Python 3 instead of Python 2.
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>
Sun, 5 Jan 2020 00:08:12 +0000 (01:08 +0100)
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>
Sun, 5 Jan 2020 01:41:29 +0000 (02:41 +0100)
* gnu/packages/bootloaders.scm (dtc)[inputs]: Use python instead of python-2.

gnu/packages/bootloaders.scm

index 21b32a1..28ba16f 100644 (file)
@@ -10,6 +10,7 @@
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 nee <nee@cock.li>
 ;;; Copyright © 2019 Mathieu Othacehe <m.othacehe@gmail.com>
+;;; Copyright © 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
 ;;;
 ;;; 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"