mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +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:
parent
ee6ecb0eaf
commit
5048b0d1f9
102 changed files with 666 additions and 522 deletions
|
@ -1,15 +1,15 @@
|
|||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''clack'';
|
||||
version = ''20180328-git'';
|
||||
version = ''20180831-git'';
|
||||
|
||||
description = ''Web application environment for Common Lisp'';
|
||||
|
||||
deps = [ args."alexandria" args."bordeaux-threads" args."ironclad" args."lack" args."lack-component" args."lack-middleware-backtrace" args."lack-util" args."nibbles" args."uiop" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/clack/2018-03-28/clack-20180328-git.tgz'';
|
||||
sha256 = ''1appp17m7b5laxwgnidf9kral1476nl394mm10xzi1c0i18rssai'';
|
||||
url = ''http://beta.quicklisp.org/archive/clack/2018-08-31/clack-20180831-git.tgz'';
|
||||
sha256 = ''0pfpm3l7l47j0mmwimy7c61ym8lg5m1dkzmz394snyywzcx54647'';
|
||||
};
|
||||
|
||||
packageName = "clack";
|
||||
|
@ -18,9 +18,9 @@ rec {
|
|||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM clack DESCRIPTION Web application environment for Common Lisp SHA256
|
||||
1appp17m7b5laxwgnidf9kral1476nl394mm10xzi1c0i18rssai URL
|
||||
http://beta.quicklisp.org/archive/clack/2018-03-28/clack-20180328-git.tgz
|
||||
MD5 5cf75a5d908efcd779438dc13f917d57 NAME clack FILENAME clack DEPS
|
||||
0pfpm3l7l47j0mmwimy7c61ym8lg5m1dkzmz394snyywzcx54647 URL
|
||||
http://beta.quicklisp.org/archive/clack/2018-08-31/clack-20180831-git.tgz
|
||||
MD5 5042ece3b0a8b07cb4b318fbc250b4fe NAME clack FILENAME clack DEPS
|
||||
((NAME alexandria FILENAME alexandria)
|
||||
(NAME bordeaux-threads FILENAME bordeaux-threads)
|
||||
(NAME ironclad FILENAME ironclad) (NAME lack FILENAME lack)
|
||||
|
@ -31,7 +31,7 @@ rec {
|
|||
DEPENDENCIES
|
||||
(alexandria bordeaux-threads ironclad lack lack-component
|
||||
lack-middleware-backtrace lack-util nibbles uiop)
|
||||
VERSION 20180328-git SIBLINGS
|
||||
VERSION 20180831-git SIBLINGS
|
||||
(clack-handler-fcgi clack-handler-hunchentoot clack-handler-toot
|
||||
clack-handler-wookie clack-socket clack-test clack-v1-compat
|
||||
t-clack-handler-fcgi t-clack-handler-hunchentoot t-clack-handler-toot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue