me
/
guix
Archived
1
0
Fork 0

gnu: dtc: Update to 1.4.5.

* gnu/packages/bootloaders.scm (dtc): Update to 1.4.5.
[arguments]: Add NO_PYTHON flag to make-flags.
master
Efraim Flashner 2017-11-06 20:25:15 +02:00
parent 9371600ec8
commit ab8757c5b1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -280,7 +280,7 @@ menu to select one of the installed operating systems.")
(define-public dtc (define-public dtc
(package (package
(name "dtc") (name "dtc")
(version "1.4.4") (version "1.4.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -288,7 +288,7 @@ menu to select one of the installed operating systems.")
"dtc-" version ".tar.xz")) "dtc-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1yygyvnnpdh241hl90n9p3kxcdvk3jxmsr4ndb961c8mq3ak21s7")))) "08gnl39i4xy3dm8iqwlz2ygx0ml1bgc5kpiys5ll1wvah1j72b04"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("bison" ,bison) `(("bison" ,bison)
@ -297,6 +297,7 @@ menu to select one of the installed operating systems.")
`(#:make-flags `(#:make-flags
(list "CC=gcc" (list "CC=gcc"
(string-append "PREFIX=" (assoc-ref %outputs "out")) (string-append "PREFIX=" (assoc-ref %outputs "out"))
"NO_PYTHON=1"
"INSTALL=install") "INSTALL=install")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases