diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 64519dee7f9..feb0c6e07b8 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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