mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
lispPackages, lispPackages.quicklisp-to-nix: 2017-07-25 -> 2018-01-31
* update Quicklisp distinfo * regenerate packages * add cl-html-parse and closure-html * add proper mariadb library path to fix cl-mysql * escape memoization filenames for systems * lispPackages.cl-postgres: keep simple-date in the same package
This commit is contained in:
parent
02b8929b70
commit
fb8379cc76
88 changed files with 1048 additions and 748 deletions
|
@ -1,15 +1,15 @@
|
|||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''metabang-bind'';
|
||||
version = ''20170124-git'';
|
||||
version = ''20171130-git'';
|
||||
|
||||
description = ''Bind is a macro that generalizes multiple-value-bind, let, let*, destructuring-bind, structure and slot accessors, and a whole lot more.'';
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/metabang-bind/2017-01-24/metabang-bind-20170124-git.tgz'';
|
||||
sha256 = ''1xyiyrc9c02ylg6b749h2ihn6922kb179x7k338dmglf4mpyqxwc'';
|
||||
url = ''http://beta.quicklisp.org/archive/metabang-bind/2017-11-30/metabang-bind-20171130-git.tgz'';
|
||||
sha256 = ''0mjcg4281qljjwzq80r9j7nhvccf5k1069kzk2vljvvm2ai21j1a'';
|
||||
};
|
||||
|
||||
packageName = "metabang-bind";
|
||||
|
@ -19,8 +19,8 @@ rec {
|
|||
}
|
||||
/* (SYSTEM metabang-bind DESCRIPTION
|
||||
Bind is a macro that generalizes multiple-value-bind, let, let*, destructuring-bind, structure and slot accessors, and a whole lot more.
|
||||
SHA256 1xyiyrc9c02ylg6b749h2ihn6922kb179x7k338dmglf4mpyqxwc URL
|
||||
http://beta.quicklisp.org/archive/metabang-bind/2017-01-24/metabang-bind-20170124-git.tgz
|
||||
MD5 20c6a434308598ad7fa224d99f3bcbf6 NAME metabang-bind FILENAME
|
||||
metabang-bind DEPS NIL DEPENDENCIES NIL VERSION 20170124-git SIBLINGS
|
||||
SHA256 0mjcg4281qljjwzq80r9j7nhvccf5k1069kzk2vljvvm2ai21j1a URL
|
||||
http://beta.quicklisp.org/archive/metabang-bind/2017-11-30/metabang-bind-20171130-git.tgz
|
||||
MD5 dfd06d3929c2f48ccbe1d00cdf9995a7 NAME metabang-bind FILENAME
|
||||
metabang-bind DEPS NIL DEPENDENCIES NIL VERSION 20171130-git SIBLINGS
|
||||
(metabang-bind-test) PARASITES NIL) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue