aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/quality-control.scm
diff options
context:
space:
mode:
authorArun Isaac2023-07-04 00:50:47 +0100
committerArun Isaac2023-07-04 00:50:47 +0100
commitdd39e05aa87edf8ce26090bd14cee5c724aeccfe (patch)
tree598e6ff97bf13a210386ed5427e8e4672c19b61d /gn/packages/quality-control.scm
parent1d6fb8609649a87ef57006c78a6aeb53b339fe2c (diff)
downloadguix-bioinformatics-dd39e05aa87edf8ce26090bd14cee5c724aeccfe.tar.gz
Remove deprecated #:asd-files argument.
* gn/packages/lisp.scm (sbcl-defstar, sbcl-2am, sbcl-fare-memoization, sbcl-meta, sbcl-scribble), gn/packages/notebooks.scm (sbcl-nb), gn/packages/quality-control.scm (sbcl-qc): Remove #:asd-files argument.
Diffstat (limited to 'gn/packages/quality-control.scm')
-rw-r--r--gn/packages/quality-control.scm3
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