fb8379cc76
* 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
31 lines
1.0 KiB
Nix
31 lines
1.0 KiB
Nix
args @ { fetchurl, ... }:
|
|
rec {
|
|
baseName = ''cl-interpol'';
|
|
version = ''20171227-git'';
|
|
|
|
parasites = [ "cl-interpol-test" ];
|
|
|
|
description = '''';
|
|
|
|
deps = [ args."cl-ppcre" args."cl-unicode" args."flexi-streams" ];
|
|
|
|
src = fetchurl {
|
|
url = ''http://beta.quicklisp.org/archive/cl-interpol/2017-12-27/cl-interpol-20171227-git.tgz'';
|
|
sha256 = ''1m4vxw8hskgqi0mnkm7qknwbnri2m69ab7qyd4kbpm2igsi02kzy'';
|
|
};
|
|
|
|
packageName = "cl-interpol";
|
|
|
|
asdFilesToKeep = ["cl-interpol.asd"];
|
|
overrides = x: x;
|
|
}
|
|
/* (SYSTEM cl-interpol DESCRIPTION NIL SHA256
|
|
1m4vxw8hskgqi0mnkm7qknwbnri2m69ab7qyd4kbpm2igsi02kzy URL
|
|
http://beta.quicklisp.org/archive/cl-interpol/2017-12-27/cl-interpol-20171227-git.tgz
|
|
MD5 e9d2f0238bb8f7a0c5b1ef1e6ef390ae NAME cl-interpol FILENAME cl-interpol
|
|
DEPS
|
|
((NAME cl-ppcre FILENAME cl-ppcre) (NAME cl-unicode FILENAME cl-unicode)
|
|
(NAME flexi-streams FILENAME flexi-streams))
|
|
DEPENDENCIES (cl-ppcre cl-unicode flexi-streams) VERSION 20171227-git
|
|
SIBLINGS NIL PARASITES (cl-interpol-test)) */
|