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:
parent
39dfe893a3
commit
172323d41e
1 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue