about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2023-07-04 00:50:47 +0100
committerArun Isaac2023-07-04 00:50:47 +0100
commitdd39e05aa87edf8ce26090bd14cee5c724aeccfe (patch)
tree598e6ff97bf13a210386ed5427e8e4672c19b61d
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.
-rw-r--r--gn/packages/lisp.scm10
-rw-r--r--gn/packages/notebooks.scm3
-rw-r--r--gn/packages/quality-control.scm3
3 files changed, 2 insertions, 14 deletions
diff --git a/gn/packages/lisp.scm b/gn/packages/lisp.scm
index 50ef3b5..111ee52 100644
--- a/gn/packages/lisp.scm
+++ b/gn/packages/lisp.scm
@@ -55,8 +55,6 @@
            (base32 "0n6m3aqvdfnsrhlhqjcy72d1i55lbkjg13ij5c7vw003p1n78wxi"))
           (file-name (git-file-name name commit))))
       (build-system asdf-build-system/sbcl)
-      (arguments
-       `(#:asd-files '("defstar.asd")))
       (home-page "https://github.com/lisp-maintainers/defstar")
       (synopsis "Type declarations for defun et all")
       (description
@@ -89,8 +87,6 @@ with a star added at the end.")
            (base32 "0zgx4ymyzvfg44z36yr4l87cd9mprajd7sycr2zc67ab6330rynf"))
           (file-name (git-file-name name commit))))
       (build-system asdf-build-system/sbcl)
-      (arguments
-       `(#:asd-files '("2am.asd")))
       (home-page "https://gitlab.common-lisp.net/dkochmanski/2am")
       (synopsis "Small testing framework based on 1am")
       (description
@@ -175,8 +171,6 @@ fringilla labore. Tellus penatibus arcu ligula nisi.")
            (base32 "1blmrb4c9gsxj87scz74z1s8w9d1w2r48fyxj0y1sw3vr6bsbb8f"))
           (file-name (git-file-name name commit))))
       (build-system asdf-build-system/sbcl)
-      (arguments
-       `(#:asd-files '("fare-memoization.asd")))
       (native-inputs
         (list sbcl-hu.dwim.stefil))
       (inputs
@@ -212,8 +206,6 @@ with the same arguments again, rather than re-doing the computation.")
            (base32 "08s53zj3mcx82kszp1bg2vsb4kydvkc70kj4hpq9h1l5a1wh44cy"))
           (file-name (git-file-name name commit))))
       (build-system asdf-build-system/sbcl)
-      (arguments
-       `(#:asd-files '("meta.asd")))
       (inputs
         (list sbcl-named-readtables))
       (home-page "https://gitlab.common-lisp.net/frideau/meta")
@@ -245,8 +237,6 @@ generators.")
            (base32 "056qi6vw9bk19s42mapyg55mimhhvhlwgny080v9mhv4fhnqi196"))
           (file-name (git-file-name name commit))))
       (build-system asdf-build-system/sbcl)
-      (arguments
-       `(#:asd-files '("scribble.asd")))
       (native-inputs
         (list sbcl-babel))
       (inputs
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
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