mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add xxhash-final.
* gnu/packages/commencement.scm (xxhash-final): New variable. Change-Id: Ib3839b2233026527c8bf942db9cd9904eb079c5f
This commit is contained in:
parent
7d5721de9a
commit
c97232c4d3
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue