0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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:47:19 +03:00
parent ee6ecb0eaf
commit 5048b0d1f9
102 changed files with 666 additions and 522 deletions

View file

@ -1,4 +1,4 @@
{ fetchurl, ... }:
args @ { fetchurl, ... }:
rec {
baseName = ''cl-paths'';
version = ''cl-vectors-20180228-git'';