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:
@@ -1,17 +1,17 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''let-plus'';
|
||||
version = ''20170124-git'';
|
||||
version = ''20171130-git'';
|
||||
|
||||
parasites = [ "let-plus-tests" ];
|
||||
parasites = [ "let-plus/tests" ];
|
||||
|
||||
description = ''Destructuring extension of LET*.'';
|
||||
|
||||
deps = [ args."alexandria" args."anaphora" args."lift" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/let-plus/2017-01-24/let-plus-20170124-git.tgz'';
|
||||
sha256 = ''1hfsw4g36vccz2lx6gk375arjj6y85yh9ch3pq7yiybjlxx68xi8'';
|
||||
url = ''http://beta.quicklisp.org/archive/let-plus/2017-11-30/let-plus-20171130-git.tgz'';
|
||||
sha256 = ''1v8rp3ab6kp6v5kl58gi700wjs4qgmkxxkmhx2a1i6b2z934xkx7'';
|
||||
};
|
||||
|
||||
packageName = "let-plus";
|
||||
@@ -20,10 +20,10 @@ rec {
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM let-plus DESCRIPTION Destructuring extension of LET*. SHA256
|
||||
1hfsw4g36vccz2lx6gk375arjj6y85yh9ch3pq7yiybjlxx68xi8 URL
|
||||
http://beta.quicklisp.org/archive/let-plus/2017-01-24/let-plus-20170124-git.tgz
|
||||
MD5 1180608e4da53f3866a99d4cca72e3b1 NAME let-plus FILENAME let-plus DEPS
|
||||
1v8rp3ab6kp6v5kl58gi700wjs4qgmkxxkmhx2a1i6b2z934xkx7 URL
|
||||
http://beta.quicklisp.org/archive/let-plus/2017-11-30/let-plus-20171130-git.tgz
|
||||
MD5 cd92097d436a513e7d0eac535617ca08 NAME let-plus FILENAME let-plus DEPS
|
||||
((NAME alexandria FILENAME alexandria) (NAME anaphora FILENAME anaphora)
|
||||
(NAME lift FILENAME lift))
|
||||
DEPENDENCIES (alexandria anaphora lift) VERSION 20170124-git SIBLINGS NIL
|
||||
PARASITES (let-plus-tests)) */
|
||||
DEPENDENCIES (alexandria anaphora lift) VERSION 20171130-git SIBLINGS NIL
|
||||
PARASITES (let-plus/tests)) */
|
||||
|
||||
Reference in New Issue
Block a user