guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mold: Update to 1.10.1.


From: guix-commits
Subject: branch master updated: gnu: mold: Update to 1.10.1.
Date: Wed, 15 Feb 2023 14:39:15 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 47439697ae gnu: mold: Update to 1.10.1.
47439697ae is described below

commit 47439697aeed1d8788e7fc4c02ef1c610e0b4151
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 15 21:17:40 2023 +0200

    gnu: mold: Update to 1.10.1.
    
    * gnu/packages/mold.scm (mold): Update to 1.10.1.
    [arguments]: Adjust substitution in custom 'force-system-xxhash phase.
---
 gnu/packages/mold.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mold.scm b/gnu/packages/mold.scm
index dfc452a329..1e67f80081 100644
--- a/gnu/packages/mold.scm
+++ b/gnu/packages/mold.scm
@@ -34,7 +34,7 @@
 (define-public mold
   (package
     (name "mold")
-    (version "1.9.0")
+    (version "1.10.1")
     (source
      (origin
        (method git-fetch)
@@ -43,7 +43,7 @@
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03qkl9qw5l5kg1awij40hcrfxq6jj70mvq4iscdy9dsn8qw8r3wb"))
+        (base32 "1bqv1a93n3nks38k8fdc5i7v7ca2sav8n4xxaph0ikaqw1mkjcg7"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
@@ -60,8 +60,8 @@
       #~(modify-phases %standard-phases
           (add-before 'configure 'force-system-xxhash
             (lambda _
-              (substitute* "mold.h"
-                (("#include \"third-party/xxhash/xxhash.h\"")
+              (substitute* "common/common.h"
+                (("#include \"../third-party/xxhash/xxhash.h\"")
                  "#include <xxhash.h>"))))
           (add-before 'configure 'fix-compiler-name-in-test
             (lambda _



reply via email to

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