diff options
author | Shepherd on Tux02 | 2024-06-20 07:26:21 -0500 |
---|---|---|
committer | Shepherd on Tux02 | 2024-06-20 07:26:21 -0500 |
commit | f0f8dc84eca7088177797f84db05314537615c77 (patch) | |
tree | 5a7408a19c92b0c4d536916269425d883c4f06ca /gn/packages/quality-control.scm | |
parent | 951e77b10c84889f29c1f2322087c796cedb375a (diff) | |
parent | 48af9393cf186230e08b0fa6f7f443bc818408d2 (diff) | |
download | guix-bioinformatics-f0f8dc84eca7088177797f84db05314537615c77.tar.gz |
Merge branch 'master' of https://gitlab.com/genenetwork/guix-bioinformatics
Diffstat (limited to 'gn/packages/quality-control.scm')
-rw-r--r-- | gn/packages/quality-control.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gn/packages/quality-control.scm b/gn/packages/quality-control.scm index 7bc60ef..f0a9c2f 100644 --- a/gn/packages/quality-control.scm +++ b/gn/packages/quality-control.scm @@ -59,8 +59,7 @@ (file-name (git-file-name name commit)))) (build-system asdf-build-system/sbcl) (arguments - `(#:tests? #f ; Need to fix tests. - #:asd-files '("qc.asd"))) + `(#:tests? #f)) ; Need to fix tests. (native-inputs (list sbcl-1am)) (inputs |