5048b0d1f9
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.
25 lines
851 B
Nix
25 lines
851 B
Nix
args @ { fetchurl, ... }:
|
|
rec {
|
|
baseName = ''cl-anonfun'';
|
|
version = ''20111203-git'';
|
|
|
|
description = ''Anonymous function helpers for Common Lisp'';
|
|
|
|
deps = [ ];
|
|
|
|
src = fetchurl {
|
|
url = ''http://beta.quicklisp.org/archive/cl-anonfun/2011-12-03/cl-anonfun-20111203-git.tgz'';
|
|
sha256 = ''16r3v3yba41smkqpz0qvzabkxashl39klfb6vxhzbly696x87p1m'';
|
|
};
|
|
|
|
packageName = "cl-anonfun";
|
|
|
|
asdFilesToKeep = ["cl-anonfun.asd"];
|
|
overrides = x: x;
|
|
}
|
|
/* (SYSTEM cl-anonfun DESCRIPTION Anonymous function helpers for Common Lisp
|
|
SHA256 16r3v3yba41smkqpz0qvzabkxashl39klfb6vxhzbly696x87p1m URL
|
|
http://beta.quicklisp.org/archive/cl-anonfun/2011-12-03/cl-anonfun-20111203-git.tgz
|
|
MD5 915bda1a7653d42090f8d20a1ad85d0b NAME cl-anonfun FILENAME cl-anonfun
|
|
DEPS NIL DEPENDENCIES NIL VERSION 20111203-git SIBLINGS NIL PARASITES NIL) */
|