mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-chmduquesne-rollinghash: Simplify.
* gnu/packages/golang-crypto.scm (go-github-com-chmduquesne-rollinghash): Update to (git-version 4.0.0 revision commit). Change-Id: I75517d020dae8187e9320b076151b18a37f5c2d8
This commit is contained in:
parent
bbad14e8bb
commit
1ac603ee40
1 changed files with 1 additions and 10 deletions
|
@ -543,16 +543,7 @@ described at @url{https://xxhash.com/}.")
|
|||
(arguments
|
||||
(list
|
||||
#:go go-1.23
|
||||
#:import-path "github.com/chmduquesne/rollinghash/"
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; XXX: Run all tests, workaround for go-build-system's lack of Go
|
||||
;; modules support.
|
||||
(replace 'check
|
||||
(lambda* (#:key tests? import-path #:allow-other-keys)
|
||||
(when tests?
|
||||
(with-directory-excursion (string-append "src/" import-path)
|
||||
(invoke "go" "test" "-v" "./..."))))))))
|
||||
#:import-path "github.com/chmduquesne/rollinghash/"))
|
||||
(propagated-inputs
|
||||
(list go-code-cloudfoundry-org-bytefmt))
|
||||
(home-page "https://github.com/chmduquesne/rollinghash")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue