aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-16 15:38:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-16 15:39:44 -0700
commit3019bfea87ab6df33845f3bf7f7df03a33a5970d (patch)
treebcd220b1ca0ba232e19bbd002a6d21d492008317 /src/connection
parent953b38327019b070f27e247f9116d0c51f8d9bac (diff)
downloadconsfigurator-3019bfea87ab6df33845f3bf7f7df03a33a5970d.tar.gz
convert PACKAGE:*CONSFIGURATOR-SYSTEM-DEPENDENCIES* to a constant
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection')
-rw-r--r--src/connection/sbcl.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/sbcl.lisp b/src/connection/sbcl.lisp
index 4fad603..184c30d 100644
--- a/src/connection/sbcl.lisp
+++ b/src/connection/sbcl.lisp
@@ -39,7 +39,7 @@ recommended."))
(unless (and package-manager-supplied-p (not package-manager))
(handler-case (package:installed
package-manager '(:apt "sbcl")
- package:*consfigurator-system-dependencies*)
+ package:+consfigurator-system-dependencies+)
;; If we couldn't find any package manager on PATH, just proceed in the
;; hope that everything we need is already installed; we'll find out
;; whether it's actually a problem pretty quickly, when the remote SBCL