diff options
author | Pjotr Prins | 2022-08-18 17:45:39 +0200 |
---|---|---|
committer | Pjotr Prins | 2022-08-18 17:45:39 +0200 |
commit | 5729928bd1a447e001bb269cdbad394cbeed650a (patch) | |
tree | 826472ed55509eb73dbb38c2a4d3c23f0bd30406 /gn/packages | |
parent | d6398d1d4ad1b2337d92f3fed3b88ccd71721910 (diff) | |
download | guix-bioinformatics-5729928bd1a447e001bb269cdbad394cbeed650a.tar.gz |
gn: bioinformatics: Add import of moved python-setuptools-scm
* gn/packages/bioinformatics.scm
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 141365d..5262615 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -63,6 +63,7 @@ #:use-module (gnu packages pkg-config) #:use-module (gnu packages protobuf) #:use-module (gnu packages python) + #:use-module (gnu packages python-build) #:use-module (gnu packages python-science) #:use-module (gnu packages python-web) #:use-module ((gnu packages python-xyz) #:hide (python2-six)) |