diff options
author | pjotrp | 2020-01-30 07:21:45 -0600 |
---|---|---|
committer | pjotrp | 2020-01-30 07:21:45 -0600 |
commit | f7b75fe1730e6e5e77768d332f9f3946b5218c8c (patch) | |
tree | b334fa3d71b186b12c1b0870c3a719739a641c1f /gn/packages/cwl.scm | |
parent | dc32557302df79728b6a6dcf5b220a8be31e2f09 (diff) | |
parent | ee8620533b482f662410f89d7ad569fbac0042a7 (diff) | |
download | guix-bioinformatics-f7b75fe1730e6e5e77768d332f9f3946b5218c8c.tar.gz |
Merge branch 'master' of gitlab.com:genenetwork/guix-bioinformatics
Diffstat (limited to 'gn/packages/cwl.scm')
-rw-r--r-- | gn/packages/cwl.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/cwl.scm b/gn/packages/cwl.scm index 84251a4..6e0c909 100644 --- a/gn/packages/cwl.scm +++ b/gn/packages/cwl.scm @@ -13,6 +13,7 @@ #:use-module (gnu packages serialization) #:use-module (gnu packages time) #:use-module (gnu packages version-control) + #:use-module (gnu packages xml) #:use-module (gn packages python) #:use-module (guix download) #:use-module (guix packages) |