guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 348c654bf3ea7f62ca69ed81092dc8778aca37fa
Author: Jaime Marquínez Ferrándiz <[email protected]>
AuthorDate: Sat Sep 13 18:29:28 2025 +0200

    gnu: haxe: Update to 4.3.7.
    
    * gnu/packages/haxe.scm (haxe): Update to 4.3.7.
    
    Change-Id: I02d35c183ab27056ffc51457e8e40aecf9def0a2
    Signed-off-by: Julien Lepiller <[email protected]>
---
 gnu/packages/haxe.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haxe.scm b/gnu/packages/haxe.scm
index f1cdc8732f..ef5815e317 100644
--- a/gnu/packages/haxe.scm
+++ b/gnu/packages/haxe.scm
@@ -125,7 +125,7 @@ interactive languages.")
 (define-public haxe
   (package
     (name "haxe")
-    (version "4.3.4")
+    (version "4.3.7")
     (source
      (origin
        (method git-fetch)
@@ -134,7 +134,7 @@ interactive languages.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1svbxf5g6j7vvqhyjlv1ha9yjh42c94jxvn7xhqbb0smyk64vibm"))))
+        (base32 "1w008l6112xr0nk5jjgi8mz1ifz6vxln1qbac1czp0kl5n976fqm"))))
     (build-system dune-build-system)
     (arguments
      (list #:phases
@@ -160,6 +160,7 @@ interactive languages.")
                ;; install process.
                (replace 'build
                  (lambda* (#:key make-flags parallel-build? #:allow-other-keys)
+                   (setenv "CC" #$(cc-for-target))
                    (invoke "make" "-j" (if parallel-build?
                                            (number->string 
(parallel-job-count))
                                            "1"))))

Reply via email to