me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/bootloaders.scm (dtc)[inputs]: Use python instead of python-2.
master
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
1 changed files with 2 additions and 1 deletions

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 @@ 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"