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,7 +1,7 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''cl-unicode'';
|
||||
version = ''0.1.5'';
|
||||
version = ''20180131-git'';
|
||||
|
||||
parasites = [ "cl-unicode/base" "cl-unicode/build" "cl-unicode/test" ];
|
||||
|
||||
@@ -10,8 +10,8 @@ rec {
|
||||
deps = [ args."cl-ppcre" args."flexi-streams" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/cl-unicode/2014-12-17/cl-unicode-0.1.5.tgz'';
|
||||
sha256 = ''1jd5qq5ji6l749c4x415z22y9r0k9z18pdi9p9fqvamzh854i46n'';
|
||||
url = ''http://beta.quicklisp.org/archive/cl-unicode/2018-01-31/cl-unicode-20180131-git.tgz'';
|
||||
sha256 = ''113hsx22pw4ydwzkyr9y7l8a8jq3nkhwazs03wj3mh2dczwv28xa'';
|
||||
};
|
||||
|
||||
packageName = "cl-unicode";
|
||||
@@ -20,11 +20,11 @@ rec {
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM cl-unicode DESCRIPTION Portable Unicode Library SHA256
|
||||
1jd5qq5ji6l749c4x415z22y9r0k9z18pdi9p9fqvamzh854i46n URL
|
||||
http://beta.quicklisp.org/archive/cl-unicode/2014-12-17/cl-unicode-0.1.5.tgz
|
||||
MD5 2fd456537bd670126da84466226bc5c5 NAME cl-unicode FILENAME cl-unicode
|
||||
113hsx22pw4ydwzkyr9y7l8a8jq3nkhwazs03wj3mh2dczwv28xa URL
|
||||
http://beta.quicklisp.org/archive/cl-unicode/2018-01-31/cl-unicode-20180131-git.tgz
|
||||
MD5 653ba12d595599b32aa2a8c7c8b65c28 NAME cl-unicode FILENAME cl-unicode
|
||||
DEPS
|
||||
((NAME cl-ppcre FILENAME cl-ppcre)
|
||||
(NAME flexi-streams FILENAME flexi-streams))
|
||||
DEPENDENCIES (cl-ppcre flexi-streams) VERSION 0.1.5 SIBLINGS NIL PARASITES
|
||||
(cl-unicode/base cl-unicode/build cl-unicode/test)) */
|
||||
DEPENDENCIES (cl-ppcre flexi-streams) VERSION 20180131-git SIBLINGS NIL
|
||||
PARASITES (cl-unicode/base cl-unicode/build cl-unicode/test)) */
|
||||
|
||||
Reference in New Issue
Block a user