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

* gnu/packages/bootloaders.scm (dtc)[inputs]: Use python instead of python-2.
This commit is contained in:
Björn Höfling 2020-01-05 01:08:12 +01:00
parent f38eabe952
commit 5664a4712c
No known key found for this signature in database
GPG key ID: BF286CB6593E5FFD

View 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 @@ (define-public dtc
("swig" ,swig)
("valgrind" ,valgrind)))
(inputs
`(("python-2" ,python-2)))
`(("python" ,python)))
(arguments
`(#:make-flags
(list "CC=gcc"