aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorPjotr Prins2021-05-19 15:10:38 -0500
committerPjotr Prins2021-05-19 15:10:38 -0500
commitfb9c7d6b68283c6f1cb9700edf970d6337cd1d22 (patch)
tree94c437e5a23a2db41df9a9d456c9347259322c3a /guix.scm
parent9a6a5ac495c18296d4ed3ad0885876451b5eb059 (diff)
downloadgenenetwork3-fb9c7d6b68283c6f1cb9700edf970d6337cd1d22.tar.gz
Add r-optparse to guix.scm
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index 46a181e..75084db 100644
--- a/guix.scm
+++ b/guix.scm
@@ -86,6 +86,7 @@
("r" ,r)
; ("r-ctl" ,r-ctl)
("r-qtl" ,r-qtl)
+ ("r-optparse" ,r-optparse)
; ("r-wgcna" ,r-wgcna)
))
(build-system python-build-system)