Skip to content

Commit

Permalink
bioinformatics: Remove unnecessary module import.
Browse files Browse the repository at this point in the history
* guix-science/packages/bioinformatics.scm: Do not import (guix build utils).
  • Loading branch information
rekado committed Feb 13, 2023
1 parent 05b63b9 commit 5fc5e3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guix-science/packages/bioinformatics.scm
Expand Up @@ -16,7 +16,6 @@

(define-module (guix-science packages bioinformatics)
#:use-module ((guix licenses) #:prefix license:)
#:use-module ((guix build utils) #:select (alist-replace))
#:use-module (guix gexp)
#:use-module (gnu packages)
#:use-module (gnu packages algebra)
Expand Down

0 comments on commit 5fc5e3e

Please sign in to comment.