lispPackages: update to Quicklisp release 2019-07-11

Fixes:

Survive empty ASDF description (UIOP)
Patch "split-sequence" that misses :serial
This commit is contained in:
Michael Raskin
2019-08-25 22:53:27 +03:00
parent 26e64d3186
commit e6878f36d8
79 changed files with 545 additions and 521 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 = "https://beta.quicklisp.org/dist/quicklisp/2019-01-07/distinfo.txt";
sha256 = "1f0giy182p6qlmmqljir92566c8l1g2sv41cbzv86s3kv0j640fd";
url = "https://beta.quicklisp.org/dist/quicklisp/2019-07-11/distinfo.txt";
sha256 = "0r7ga5gkiy6va1v7a01fnj1yp97pifl9v8fnqpvbiv33dwdvbx2w";
};
buildPhase = '' true; '';
postInstall = ''