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 = ''simple-date'';
|
||||
version = ''postmodern-20170403-git'';
|
||||
version = ''postmodern-20180131-git'';
|
||||
|
||||
parasites = [ "simple-date-postgres-glue" "simple-date-tests" ];
|
||||
parasites = [ "simple-date/postgres-glue" "simple-date/tests" ];
|
||||
|
||||
description = '''';
|
||||
|
||||
deps = [ args."cl-postgres" args."fiveam" args."md5" ];
|
||||
deps = [ args."cl-postgres" args."fiveam" args."md5" args."usocket" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/postmodern/2017-04-03/postmodern-20170403-git.tgz'';
|
||||
sha256 = ''1pklmp0y0falrmbxll79drrcrlgslasavdym5r45m8kkzi1zpv9p'';
|
||||
url = ''http://beta.quicklisp.org/archive/postmodern/2018-01-31/postmodern-20180131-git.tgz'';
|
||||
sha256 = ''0mz5pm759py1iscfn44c00dal2fijkyp5479fpx9l6i7wrdx2mki'';
|
||||
};
|
||||
|
||||
packageName = "simple-date";
|
||||
@@ -20,12 +20,12 @@ rec {
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM simple-date DESCRIPTION NIL SHA256
|
||||
1pklmp0y0falrmbxll79drrcrlgslasavdym5r45m8kkzi1zpv9p URL
|
||||
http://beta.quicklisp.org/archive/postmodern/2017-04-03/postmodern-20170403-git.tgz
|
||||
MD5 7a4145a0a5ff5bcb7a4bf29b5c2915d2 NAME simple-date FILENAME simple-date
|
||||
0mz5pm759py1iscfn44c00dal2fijkyp5479fpx9l6i7wrdx2mki URL
|
||||
http://beta.quicklisp.org/archive/postmodern/2018-01-31/postmodern-20180131-git.tgz
|
||||
MD5 a3b7bf25eb342cd49fe144fcd7ddcb16 NAME simple-date FILENAME simple-date
|
||||
DEPS
|
||||
((NAME cl-postgres FILENAME cl-postgres) (NAME fiveam FILENAME fiveam)
|
||||
(NAME md5 FILENAME md5))
|
||||
DEPENDENCIES (cl-postgres fiveam md5) VERSION postmodern-20170403-git
|
||||
SIBLINGS (cl-postgres postmodern s-sql) PARASITES
|
||||
(simple-date-postgres-glue simple-date-tests)) */
|
||||
(NAME md5 FILENAME md5) (NAME usocket FILENAME usocket))
|
||||
DEPENDENCIES (cl-postgres fiveam md5 usocket) VERSION
|
||||
postmodern-20180131-git SIBLINGS (cl-postgres postmodern s-sql) PARASITES
|
||||
(simple-date/postgres-glue simple-date/tests)) */
|
||||
|
||||
Reference in New Issue
Block a user