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,15 +1,15 @@
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''fast-io'';
|
||||
version = ''20170630-git'';
|
||||
version = ''20171023-git'';
|
||||
|
||||
description = ''Alternative I/O mechanism to a stream or vector'';
|
||||
|
||||
deps = [ args."alexandria" args."static-vectors" args."trivial-gray-streams" ];
|
||||
deps = [ args."alexandria" args."babel" args."cffi" args."cffi-grovel" args."static-vectors" args."trivial-features" args."trivial-gray-streams" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/fast-io/2017-06-30/fast-io-20170630-git.tgz'';
|
||||
sha256 = ''0wg40jv6hn4ijks026d2aaz5pr3zfxxzaakyzzjka6981g9rgkrg'';
|
||||
url = ''http://beta.quicklisp.org/archive/fast-io/2017-10-23/fast-io-20171023-git.tgz'';
|
||||
sha256 = ''09w4awnvw772s24ivgzx2irhy701nrsxbim6ip5rc70rfzbff8sl'';
|
||||
};
|
||||
|
||||
packageName = "fast-io";
|
||||
@@ -18,11 +18,15 @@ rec {
|
||||
overrides = x: x;
|
||||
}
|
||||
/* (SYSTEM fast-io DESCRIPTION Alternative I/O mechanism to a stream or vector
|
||||
SHA256 0wg40jv6hn4ijks026d2aaz5pr3zfxxzaakyzzjka6981g9rgkrg URL
|
||||
http://beta.quicklisp.org/archive/fast-io/2017-06-30/fast-io-20170630-git.tgz
|
||||
MD5 34bfe5f306f2e0f6da128fe024ee242d NAME fast-io FILENAME fast-io DEPS
|
||||
((NAME alexandria FILENAME alexandria)
|
||||
SHA256 09w4awnvw772s24ivgzx2irhy701nrsxbim6ip5rc70rfzbff8sl URL
|
||||
http://beta.quicklisp.org/archive/fast-io/2017-10-23/fast-io-20171023-git.tgz
|
||||
MD5 89105f8277f3bf3709fae1b789e3d5ad NAME fast-io FILENAME fast-io DEPS
|
||||
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
|
||||
(NAME cffi FILENAME cffi) (NAME cffi-grovel FILENAME cffi-grovel)
|
||||
(NAME static-vectors FILENAME static-vectors)
|
||||
(NAME trivial-features FILENAME trivial-features)
|
||||
(NAME trivial-gray-streams FILENAME trivial-gray-streams))
|
||||
DEPENDENCIES (alexandria static-vectors trivial-gray-streams) VERSION
|
||||
20170630-git SIBLINGS (fast-io-test) PARASITES NIL) */
|
||||
DEPENDENCIES
|
||||
(alexandria babel cffi cffi-grovel static-vectors trivial-features
|
||||
trivial-gray-streams)
|
||||
VERSION 20171023-git SIBLINGS (fast-io-test) PARASITES NIL) */
|
||||
|
||||
Reference in New Issue
Block a user