aboutsummaryrefslogtreecommitdiff
path: root/src/property/apt.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/apt.lisp')
-rw-r--r--src/property/apt.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property/apt.lisp b/src/property/apt.lisp
index fe5e655..de5ffc2 100644
--- a/src/property/apt.lisp
+++ b/src/property/apt.lisp
@@ -58,7 +58,8 @@
(defun apt-cache-policy (packages)
(runlines :env '(:LANG "C") "apt-cache" "policy" packages))
-(defparameter apt-cache-policy-installed #?/^\s+Installed:\s+(?!\(none\))/)
+(define-constant apt-cache-policy-installed #?/^\s+Installed:\s+(?!\(none\))/
+ :test #'string=)
(defun all-installed-p (packages)
(loop with n = 0