mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mold: Update to 2.40.1.
* gnu/packages/mold.scm (mold): Update to 2.40.1. <arguments>[#:phases]: Update force-system-xxhash phase. Change-Id: I86cadf30bc3ba9cb790d3c452b8618ac3a52f4d0 Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
2b8101b9ed
commit
7a667a7d44
1 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
|||
(define-public mold
|
||||
(package
|
||||
(name "mold")
|
||||
(version "2.40.0")
|
||||
(version "2.40.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -45,7 +45,7 @@
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0yjip7i8ldjcb28qsl4w27ppnsxbkfxbk31r159b10vgv60q0jph"))
|
||||
(base32 "0m14ymwy1jzslfk91vscdk4mpb1n2cgf620p652jm8i0k56l1bfp"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
@ -67,7 +67,7 @@
|
|||
#~(modify-phases %standard-phases
|
||||
(add-before 'configure 'force-system-xxhash
|
||||
(lambda _
|
||||
(substitute* "lib/common.h"
|
||||
(substitute* "lib/lib.h"
|
||||
(("#include \"../third-party/xxhash/xxhash.h\"")
|
||||
"#include <xxhash.h>"))))
|
||||
(add-before 'configure 'fix-compiler-name-in-test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue