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:
@@ -1,15 +1,15 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''closure-html'';
|
||||
version = ''20140826-git'';
|
||||
version = ''20180711-git'';
|
||||
|
||||
description = '''';
|
||||
|
||||
deps = [ args."alexandria" args."babel" args."closure-common" args."flexi-streams" args."trivial-features" args."trivial-gray-streams" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/closure-html/2014-08-26/closure-html-20140826-git.tgz'';
|
||||
sha256 = ''1m07iv9r5ykj52fszwhwai5wv39mczk3m4zzh24gjhsprv35x8qb'';
|
||||
url = ''http://beta.quicklisp.org/archive/closure-html/2018-07-11/closure-html-20180711-git.tgz'';
|
||||
sha256 = ''0ljcrz1wix77h1ywp0bixm3pb5ncmr1vdiwh8m1qzkygwpfjr8aq'';
|
||||
};
|
||||
|
||||
packageName = "closure-html";
|
||||
@@ -18,9 +18,9 @@ rec {
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM closure-html DESCRIPTION NIL SHA256
|
||||
1m07iv9r5ykj52fszwhwai5wv39mczk3m4zzh24gjhsprv35x8qb URL
|
||||
http://beta.quicklisp.org/archive/closure-html/2014-08-26/closure-html-20140826-git.tgz
|
||||
MD5 3f8d8a4fd54f915ca6cc5fdf29239d98 NAME closure-html FILENAME
|
||||
0ljcrz1wix77h1ywp0bixm3pb5ncmr1vdiwh8m1qzkygwpfjr8aq URL
|
||||
http://beta.quicklisp.org/archive/closure-html/2018-07-11/closure-html-20180711-git.tgz
|
||||
MD5 461dc8caa65385da5f2d1cd8dd4f965f NAME closure-html FILENAME
|
||||
closure-html DEPS
|
||||
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
|
||||
(NAME closure-common FILENAME closure-common)
|
||||
@@ -30,4 +30,4 @@ rec {
|
||||
DEPENDENCIES
|
||||
(alexandria babel closure-common flexi-streams trivial-features
|
||||
trivial-gray-streams)
|
||||
VERSION 20140826-git SIBLINGS NIL PARASITES NIL) */
|
||||
VERSION 20180711-git SIBLINGS NIL PARASITES NIL) */
|
||||
|
||||
Reference in New Issue
Block a user