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/notebooks.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/notebooks.scm')
| -rw-r--r-- | gn/packages/notebooks.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gn/packages/notebooks.scm b/gn/packages/notebooks.scm index 9a22b73..89f1360 100644 --- a/gn/packages/notebooks.scm +++ b/gn/packages/notebooks.scm @@ -59,8 +59,7 @@ instance.") (file-name (git-file-name name commit)))) (build-system asdf-build-system/sbcl) (arguments - `(#:tests? #f ; There are no tests. - #:asd-files '("nb.asd"))) + `(#:tests? #f)) ; There are no tests. (inputs (list sbcl-ningle sbcl-clack |
