about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/gemma.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm
index cd41efb..e73a40d 100644
--- a/gn/packages/gemma.scm
+++ b/gn/packages/gemma.scm
@@ -119,9 +119,11 @@ genome-wide association studies (GWAS).")
     (inputs `(
       ("gemma-gn2" ,gemma-gn2)
       ("parallel" ,parallel) ;; gnu parallel
-    ))
+      ))
+    (propagated-inputs `(
+      ("coreutils" ,coreutils))) ;; gemma-wrapper uses 'cat'
     (arguments
-     `(#:tests? #f
+     `(#:tests? #f  ;; from release 0.99.7 tests should run
        #:phases
        (modify-phases %standard-phases
          (add-before