[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#45547] [PATCH] gnu: Add wyhash.
From: |
Leo Famulari |
Subject: |
[bug#45547] [PATCH] gnu: Add wyhash. |
Date: |
Wed, 30 Dec 2020 18:04:26 -0500 |
On Wed, Dec 30, 2020 at 04:12:32AM +0000, Ryan Prior via Guix-patches via wrote:
> * gnu/packages/datastructures.scm (wyhash): New variable.
Thanks!
Can you move it to digest.scm and make it install the license file in
"$out/share/doc/wyhash-5"?
You can construct that path like this:
(let* ((out ...)
(doc (string-append out "/share/doc/" ,name "-" ,version))))
> + (arguments
> + '(#:modules ((guix build utils))
The body of arguments will have to be quasiquoted for this to work. That
is, ` instead of '