about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix/system-info.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix/system-info.lisp')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix/system-info.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix/system-info.lisp b/pkgs/development/lisp-modules/quicklisp-to-nix/system-info.lisp
index 3a87626df1bf..9dd82ce2b2d6 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix/system-info.lisp
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix/system-info.lisp
@@ -264,7 +264,7 @@ parasitic systems will be tracked."
          (source-file (asdf:system-source-file asdf-system)))
     (cond
       (source-file
-       (loop :for system-name :being :the :hash-keys :of asdf/find-system:*defined-systems* :do
+       (loop :for system-name :being :the :hash-keys :of asdf/find-system::*registered-systems* :do
           (when (and (parasitic-relationship-p system system-name)
                      (not (blacklisted-parasite-p system-name)))
             (found-new-parasite system-name)