1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: go-github-com-hebcal-hebcal-go: Enable tests.

* gnu/packages/golang-xyz.scm (go-github-com-hebcal-hebcal-go): Enable
tests.

Change-Id: I1e3fa460d13169985129b491fc007b10686709f3
This commit is contained in:
Sharlatan Hellseher 2024-12-22 16:40:58 +00:00
parent 39dfe893a3
commit 172323d41e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5061,13 +5061,9 @@ Die) day numbers.")
(base32 "1vccmjb4g8g8x733a45g78lz25k2a0avsq4zvlp94varssk8wj1q"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/hebcal/hebcal-go"
;; Source-only package
#:tests? #f
#:phases
#~(modify-phases %standard-phases
;; Source-only package
(delete 'build))))
(list
#:skip-build? #t
#:import-path "github.com/hebcal/hebcal-go"))
(native-inputs
(list go-github-com-stretchr-testify))
(propagated-inputs