mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-27 11:36:29 +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 = ''documentation-utils'';
|
||||
version = ''20180228-git'';
|
||||
version = ''20180831-git'';
|
||||
|
||||
description = ''A few simple tools to help you with documenting your library.'';
|
||||
|
||||
deps = [ args."trivial-indent" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/documentation-utils/2018-02-28/documentation-utils-20180228-git.tgz'';
|
||||
sha256 = ''0jwbsm5qk2pg6fpzf9ny3gp780k5lqjgb5p6gv45s9h7x247pb2w'';
|
||||
url = ''http://beta.quicklisp.org/archive/documentation-utils/2018-08-31/documentation-utils-20180831-git.tgz'';
|
||||
sha256 = ''0g26hgppynrfdkpaplb77xzrsmsdzmlnqgl8336l08zmg80x90n5'';
|
||||
};
|
||||
|
||||
packageName = "documentation-utils";
|
||||
|
@ -19,9 +19,9 @@ rec {
|
|||
}
|
||||
/* (SYSTEM documentation-utils DESCRIPTION
|
||||
A few simple tools to help you with documenting your library. SHA256
|
||||
0jwbsm5qk2pg6fpzf9ny3gp780k5lqjgb5p6gv45s9h7x247pb2w URL
|
||||
http://beta.quicklisp.org/archive/documentation-utils/2018-02-28/documentation-utils-20180228-git.tgz
|
||||
MD5 b0c823120a376e0474433d151df52548 NAME documentation-utils FILENAME
|
||||
0g26hgppynrfdkpaplb77xzrsmsdzmlnqgl8336l08zmg80x90n5 URL
|
||||
http://beta.quicklisp.org/archive/documentation-utils/2018-08-31/documentation-utils-20180831-git.tgz
|
||||
MD5 e0f58ffe20602cada3413b4eeec909ef NAME documentation-utils FILENAME
|
||||
documentation-utils DEPS ((NAME trivial-indent FILENAME trivial-indent))
|
||||
DEPENDENCIES (trivial-indent) VERSION 20180228-git SIBLINGS NIL PARASITES
|
||||
NIL) */
|
||||
DEPENDENCIES (trivial-indent) VERSION 20180831-git SIBLINGS
|
||||
(multilang-documentation-utils) PARASITES NIL) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue