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
@@ -24,8 +24,8 @@ let lispPackages = rec {
quicklispdist = pkgs.fetchurl {
# Will usually be replaced with a fresh version anyway, but needs to be
# a valid distinfo.txt
url = "http://beta.quicklisp.org/dist/quicklisp/2017-07-25/distinfo.txt";
sha256 = "165fd4a10zc3mxyy7wr4i2r3n6fzd1wd2hgzfyp32xlc41qj2ajf";
url = "http://beta.quicklisp.org/dist/quicklisp/2018-01-31/distinfo.txt";
sha256 = "0z28yz205cl8pa8lbflw9072mywg69jx0gf091rhx2wjjf9h14qy";
};
buildPhase = '' true; '';
postInstall = ''