guix_mirror_bot pushed a commit to branch add-compress-debug-symbols-phase
in repository guix.

commit 58694bb56bb01e77f695ad5d8b6eb1a112959888
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Oct 19 23:26:24 2025 +0900

    gnu: Add xxhash-final.
    
    * gnu/packages/commencement.scm (xxhash-final): New variable.
    
    Change-Id: Ib3839b2233026527c8bf942db9cd9904eb079c5f
---
 gnu/packages/commencement.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 56779fc631..9da122f56f 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -38,6 +38,7 @@
   #:use-module (gnu packages base)
   #:use-module (gnu packages bash)
   #:use-module (gnu packages c)
+  #:use-module (gnu packages digest)
   #:use-module (gnu packages elf)
   #:use-module (gnu packages gcc)
   #:use-module (gnu packages m4)
@@ -3601,6 +3602,9 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a 
\"$@\"~%"
   (let ((sed (with-boot6 (package-with-bootstrap-guile sed))))
     (package/inherit sed (native-inputs `(("perl" ,perl-boot0))))))
 
+(define xxhash-final
+  ((compose with-boot6 package-with-bootstrap-guile) xxhash))
+
 (define-public %final-inputs
   ;; The 'glibc-final' package is not the same depending on what system is
   ;; targeted, so this whole list must be parameterized.

Reply via email to