guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: dtc: Update to 1.4.5.


From: Efraim Flashner
Subject: 01/03: gnu: dtc: Update to 1.4.5.
Date: Mon, 6 Nov 2017 13:39:57 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit ab8757c5b191ea6df39b5aba9797ac219d495c37
Author: Efraim Flashner <address@hidden>
Date:   Mon Nov 6 20:25:15 2017 +0200

    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.
---
 gnu/packages/bootloaders.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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



reply via email to

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