From 172323d41e77dc9968707914ebdd0ed9864637aa Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 22 Dec 2024 16:40:58 +0000 Subject: [PATCH] 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 --- gnu/packages/golang-xyz.scm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 64519dee7f..feb0c6e07b 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