summarylogtreecommitdiffstats
path: root/load-ql-systems.patch
diff options
context:
space:
mode:
Diffstat (limited to 'load-ql-systems.patch')
-rw-r--r--load-ql-systems.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/load-ql-systems.patch b/load-ql-systems.patch
new file mode 100644
index 000000000000..ad8992417de0
--- /dev/null
+++ b/load-ql-systems.patch
@@ -0,0 +1,14 @@
+9c9
+< '(:source-registry
+---
+> `(:source-registry
+11c11,13
+< :inherit-configuration))
+---
+> ;; Let asdf find the quicklisp systems that we installed
+> (:tree ,(merge-pathnames "../quicklisp/dists/quicklisp/software/"))
+> :ignore-inherited-configuration))
+13a16,18
+>
+> ;; Remove all source pathnames from the registry after load
+> (asdf:clear-source-registry)