lispPackages.quicklisp: 2018-04-30 -> 2018-08-31 ; regenerate packages

Added a wrapper package that creates symlinks to OpenSSL libraries with
the actual versions, because we have 1.0.2 with .so-suffix .1.0.0 and
cl-async-ssl is unhappy because of that.

I continue to dislike cl-postgres and simple-date upstream packaging.
This commit is contained in:
Michael Raskin
2018-09-12 11:52:43 +03:00
parent ee6ecb0eaf
commit 5048b0d1f9
102 changed files with 666 additions and 522 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/2018-04-30/distinfo.txt";
sha256 = "0zpabwgvsmy90yca25sfixi6waixqdchllayyvcsdl3jaibbz4rq";
url = "http://beta.quicklisp.org/dist/quicklisp/2018-08-31/distinfo.txt";
sha256 = "1im4p6vcxkp5hrim28cdf5isyw8a1v9aqsz2xfsfp3z3qd49dixd";
};
buildPhase = '' true; '';
postInstall = ''