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
42 lines
1.9 KiB
Nix
42 lines
1.9 KiB
Nix
args @ { fetchurl, ... }:
|
|
rec {
|
|
baseName = ''dbd-postgres'';
|
|
version = ''cl-dbi-20180131-git'';
|
|
|
|
description = ''Database driver for PostgreSQL.'';
|
|
|
|
deps = [ args."alexandria" args."bordeaux-threads" args."cl-annot" args."cl-postgres" args."cl-syntax" args."cl-syntax-annot" args."closer-mop" args."dbi" args."md5" args."named-readtables" args."split-sequence" args."trivial-garbage" args."trivial-types" args."usocket" ];
|
|
|
|
src = fetchurl {
|
|
url = ''http://beta.quicklisp.org/archive/cl-dbi/2018-01-31/cl-dbi-20180131-git.tgz'';
|
|
sha256 = ''0hz5na9aqfi3z78yhzz4dhf2zy3h0v639w41w8b1adffyqqf1vhn'';
|
|
};
|
|
|
|
packageName = "dbd-postgres";
|
|
|
|
asdFilesToKeep = ["dbd-postgres.asd"];
|
|
overrides = x: x;
|
|
}
|
|
/* (SYSTEM dbd-postgres DESCRIPTION Database driver for PostgreSQL. SHA256
|
|
0hz5na9aqfi3z78yhzz4dhf2zy3h0v639w41w8b1adffyqqf1vhn URL
|
|
http://beta.quicklisp.org/archive/cl-dbi/2018-01-31/cl-dbi-20180131-git.tgz
|
|
MD5 7dacf1c276fab38b952813795ff1f707 NAME dbd-postgres FILENAME
|
|
dbd-postgres DEPS
|
|
((NAME alexandria FILENAME alexandria)
|
|
(NAME bordeaux-threads FILENAME bordeaux-threads)
|
|
(NAME cl-annot FILENAME cl-annot) (NAME cl-postgres FILENAME cl-postgres)
|
|
(NAME cl-syntax FILENAME cl-syntax)
|
|
(NAME cl-syntax-annot FILENAME cl-syntax-annot)
|
|
(NAME closer-mop FILENAME closer-mop) (NAME dbi FILENAME dbi)
|
|
(NAME md5 FILENAME md5) (NAME named-readtables FILENAME named-readtables)
|
|
(NAME split-sequence FILENAME split-sequence)
|
|
(NAME trivial-garbage FILENAME trivial-garbage)
|
|
(NAME trivial-types FILENAME trivial-types)
|
|
(NAME usocket FILENAME usocket))
|
|
DEPENDENCIES
|
|
(alexandria bordeaux-threads cl-annot cl-postgres cl-syntax cl-syntax-annot
|
|
closer-mop dbi md5 named-readtables split-sequence trivial-garbage
|
|
trivial-types usocket)
|
|
VERSION cl-dbi-20180131-git SIBLINGS
|
|
(cl-dbi dbd-mysql dbd-sqlite3 dbi-test dbi) PARASITES NIL) */
|