me
/
guix
Archived
1
0
Fork 0

gnu: Factorize go-github-com-emirpasic-gods.

* gnu/packages/golang.scm
(go-github-com-emirpasic-gods-trees-binaryheap,
go-github-com-emirpasic-gods-containers,
go-github-com-emirpasic-gods-lists-arraylist,
go-github-com-emirpasic-gods-utils): Delete variables.
(go-github-com-emirpasic-gods): New variable.
master
Oleg Pykhalov 2020-08-09 11:25:44 +03:00
parent b186a8c52b
commit 507da2fef8
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 8 additions and 28 deletions

View File

@ -5044,9 +5044,9 @@ use one of our glamourous default themes.")
It lets you parse and compare two semantic version strings.") It lets you parse and compare two semantic version strings.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public go-github-com-emirpasic-gods-trees-binaryheap (define-public go-github-com-emirpasic-gods
(package (package
(name "go-github-com-emirpasic-gods-trees-binaryheap") (name "go-github-com-emirpasic-gods")
(version "1.12.0") (version "1.12.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -5059,38 +5059,18 @@ It lets you parse and compare two semantic version strings.")
"0i5qqq7ajvw3mikr95zl9rsnfsjanzwpqqs6kzzplsfgsifybar1")))) "0i5qqq7ajvw3mikr95zl9rsnfsjanzwpqqs6kzzplsfgsifybar1"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/emirpasic/gods/trees/binaryheap" `(#:import-path "github.com/emirpasic/gods"
#:unpack-path "github.com/emirpasic/gods")) ; Source-only package
#:tests? #f
#: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
structures and algorithms in Go.") structures and algorithms in Go.")
(license license:bsd-2))) (license license:bsd-2)))
(define-public go-github-com-emirpasic-gods-containers
(package
(inherit go-github-com-emirpasic-gods-trees-binaryheap)
(name "go-github-com-emirpasic-gods-containers")
(arguments
`(#:import-path "github.com/emirpasic/gods/containers"
#:unpack-path "github.com/emirpasic/gods"))))
(define-public go-github-com-emirpasic-gods-lists-arraylist
(package
(inherit go-github-com-emirpasic-gods-trees-binaryheap)
(name "go-github-com-emirpasic-gods-lists-arraylist")
(arguments
`(#:import-path "github.com/emirpasic/gods/lists/arraylist"
#:unpack-path "github.com/emirpasic/gods"))))
(define-public go-github-com-emirpasic-gods-utils
(package
(inherit go-github-com-emirpasic-gods-trees-binaryheap)
(name "go-github-com-emirpasic-gods-utils")
(arguments
`(#:import-path "github.com/emirpasic/gods/utils"
#:unpack-path "github.com/emirpasic/gods"))))
(define-public go-gopkg-in-warnings (define-public go-gopkg-in-warnings
(package (package
(name "go-gopkg-in-warnings") (name "go-gopkg-in-warnings")