gnu: go-github-com-emirpasic-gods: Enable tests.

* gnu/packages/golang.scm (go-github-com-emirpasic-gods): Enable tests
and skip build.

Change-Id: Ic86199e12d6a731939274acd46f5e5f4c33a255e
This commit is contained in:
Sharlatan Hellseher 2024-12-21 23:26:39 +00:00
parent 38cc68f710
commit 5037e70ba2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4886,12 +4886,9 @@ use one of our glamorous default themes.")
"0vnnmv813m8yhykwlxpizpvpimsirbaiwa3ckxfyx3ybv1swlq44")))) "0vnnmv813m8yhykwlxpizpvpimsirbaiwa3ckxfyx3ybv1swlq44"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/emirpasic/gods" (list
; Source-only package #:skip-build? #t
#:tests? #f #:import-path "github.com/emirpasic/gods"))
#:phases
(modify-phases %standard-phases
(delete 'build))))
(home-page "https://github.com/emirpasic/gods/") (home-page "https://github.com/emirpasic/gods/")
(synopsis "Implementation of various data structures and algorithms in Go") (synopsis "Implementation of various data structures and algorithms in Go")
(description "This package provides implementation of various data (description "This package provides implementation of various data