diff options
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 |