diff options
author | Pjotr Prins | 2015-09-18 12:50:46 +0900 |
---|---|---|
committer | Pjotr Prins | 2015-09-18 12:50:46 +0900 |
commit | d2e6a4c4d5214d870f0e37be05df3795164091db (patch) | |
tree | 4faa401ae093a66f684c578dbd505ba372d77363 | |
parent | 8c0c01c329ff6e5722e28d94838e05bffffad394 (diff) | |
download | guix-bioinformatics-d2e6a4c4d5214d870f0e37be05df3795164091db.tar.gz |
CWL
-rw-r--r-- | packages/cwl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cwl.scm b/packages/cwl.scm index 4b53254..e158f68 100644 --- a/packages/cwl.scm +++ b/packages/cwl.scm @@ -1,6 +1,6 @@ ;; Experimental packaging for the Common Workflow Language (started by Bruno) -(define-module (cwl) +(define-module (gn packages cwl) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages) #:use-module (gnu packages python) |