mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
38cc68f710
commit
5037e70ba2
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue