lispPackages, lispPackages.quicklisp-to-nix: 2017-07-25 -> 2018-01-31

* update Quicklisp distinfo
* regenerate packages
* add cl-html-parse and closure-html
* add proper mariadb library path to fix cl-mysql
* escape memoization filenames for systems
* lispPackages.cl-postgres: keep simple-date in the same package
This commit is contained in:
Michael Raskin
2018-02-12 20:45:33 +01:00
parent 02b8929b70
commit fb8379cc76
88 changed files with 1048 additions and 748 deletions
@@ -98,7 +98,10 @@ will use it instead of re-computing the system data.")
"Return the path to the file that (if it exists) contains
pre-computed system data."
(when *system-data-memoization-path*
(merge-pathnames (make-pathname :name system :type "txt") *system-data-memoization-path*)))
(merge-pathnames
(make-pathname
:name (escape-filename (string system))
:type "txt") *system-data-memoization-path*)))
(defun memoized-system-data (system)
"Attempts to locate memoized system data in the path specified by