44 lines
1.9 KiB
Nix
44 lines
1.9 KiB
Nix
args @ { fetchurl, ... }:
|
|
{
|
|
baseName = ''postmodern'';
|
|
version = ''20180430-git'';
|
|
|
|
parasites = [ "postmodern/tests" ];
|
|
|
|
description = ''PostgreSQL programming API'';
|
|
|
|
deps = [ args."alexandria" args."bordeaux-threads" args."cl-postgres" args."cl-postgres_slash_tests" args."closer-mop" args."fiveam" args."md5" args."s-sql" args."s-sql_slash_tests" args."simple-date" args."simple-date_slash_postgres-glue" args."split-sequence" args."usocket" ];
|
|
|
|
src = fetchurl {
|
|
url = ''http://beta.quicklisp.org/archive/postmodern/2018-04-30/postmodern-20180430-git.tgz'';
|
|
sha256 = ''0b6w8f5ihbk036v1fclyskns615xhnib9q3cjn0ql6r6sk3nca7f'';
|
|
};
|
|
|
|
packageName = "postmodern";
|
|
|
|
asdFilesToKeep = ["postmodern.asd"];
|
|
overrides = x: x;
|
|
}
|
|
/* (SYSTEM postmodern DESCRIPTION PostgreSQL programming API SHA256
|
|
0b6w8f5ihbk036v1fclyskns615xhnib9q3cjn0ql6r6sk3nca7f URL
|
|
http://beta.quicklisp.org/archive/postmodern/2018-04-30/postmodern-20180430-git.tgz
|
|
MD5 9ca2a4ccf4ea7dbcd14d69cb355a8214 NAME postmodern FILENAME postmodern
|
|
DEPS
|
|
((NAME alexandria FILENAME alexandria)
|
|
(NAME bordeaux-threads FILENAME bordeaux-threads)
|
|
(NAME cl-postgres FILENAME cl-postgres)
|
|
(NAME cl-postgres/tests FILENAME cl-postgres_slash_tests)
|
|
(NAME closer-mop FILENAME closer-mop) (NAME fiveam FILENAME fiveam)
|
|
(NAME md5 FILENAME md5) (NAME s-sql FILENAME s-sql)
|
|
(NAME s-sql/tests FILENAME s-sql_slash_tests)
|
|
(NAME simple-date FILENAME simple-date)
|
|
(NAME simple-date/postgres-glue FILENAME simple-date_slash_postgres-glue)
|
|
(NAME split-sequence FILENAME split-sequence)
|
|
(NAME usocket FILENAME usocket))
|
|
DEPENDENCIES
|
|
(alexandria bordeaux-threads cl-postgres cl-postgres/tests closer-mop
|
|
fiveam md5 s-sql s-sql/tests simple-date simple-date/postgres-glue
|
|
split-sequence usocket)
|
|
VERSION 20180430-git SIBLINGS (cl-postgres s-sql simple-date) PARASITES
|
|
(postmodern/tests)) */
|