diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-10-19 02:28:58 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-10-22 22:17:28 -0400 |
commit | 4bb570a29897ed1889f95f72a64fb741535c4521 (patch) | |
tree | 980016f30757946e24b441419fc57f4927bae228 /gnu/packages/bioinformatics.scm | |
parent | 1ac7f7d06819b8e79c4adecbfd868009aeaa1e4e (diff) | |
download | guix-4bb570a29897ed1889f95f72a64fb741535c4521.tar.gz |
gnu: go-gopkg-in-check-v1: Move to (gnu packages golang-check).
* gnu/packages/golang.scm (go-gopkg-in-check-v1): Move from here... * gnu/packages/golang-check.scm (go-gopkg-in-check-v1): ... to here. * gnu/packages/bioinformatics.scm: Add (gnu-packages golang-check) to use-module. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a1eac184ad..508f5ea09a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -93,6 +93,7 @@ #:use-module (gnu packages gcc) #:use-module (gnu packages gd) #:use-module (gnu packages golang) + #:use-module (gnu packages golang-check) #:use-module (gnu packages glib) #:use-module (gnu packages graph) #:use-module (gnu packages graphics) |