From 8290fbd7f75e08ec4c26112c53673d43f5409382 Mon Sep 17 00:00:00 2001 From: pjotrp Date: Sat, 22 Jan 2022 22:41:32 -0600 Subject: gn: gemma-wrapper: added coreutils and note on testing --- gn/packages/gemma.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gn/packages') 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 -- cgit v1.2.3