mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add go-github-com-biogo-store-step.
* gnu/packages/bioinformatics.scm (go-github-com-biogo-store-step): New variable.
This commit is contained in:
parent
c42745ba39
commit
2345cd49de
1 changed files with 12 additions and 0 deletions
|
@ -16505,3 +16505,15 @@ (define-public go-github-com-biogo-store-llrb
|
|||
(list go-gopkg-in-check-v1
|
||||
go-github-com-kr-pretty))
|
||||
(synopsis "LLRB store for biogo")))
|
||||
|
||||
(define-public go-github-com-biogo-store-step
|
||||
(package
|
||||
(inherit go-github-com-biogo-store-interval)
|
||||
(name "go-github-com-biogo-store-step")
|
||||
(arguments
|
||||
'(#:import-path "github.com/biogo/store/step"
|
||||
#:unpack-path "github.com/biogo/store"))
|
||||
(propagated-inputs
|
||||
(list go-gopkg-in-check-v1
|
||||
go-github-com-kr-pretty))
|
||||
(synopsis "Step store for biogo")))
|
||||
|
|
Loading…
Reference in a new issue