summarylogtreecommitdiffstats
path: root/load-ql-systems.patch
blob: ad8992417de0e825166d12d468ea6718f3a1317d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)