nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/simple-date.nix
Antoine Eiche 6309561d39 lispPackages: add 11 packages
The following packages has been added:
- cl-css
- dbus
- log4cl
- mk-string-metrics
- prove-asdf
- sqlite
- str
- swank
- trivia
- trivial-clipboard
- unix-opts
2019-09-11 09:18:27 +02:00

32 lines
1.2 KiB
Nix

args @ { fetchurl, ... }:
{
baseName = ''simple-date'';
version = ''postmodern-20190521-git'';
parasites = [ "simple-date/postgres-glue" "simple-date/tests" ];
description = ''System lacks description'';
deps = [ args."cl-postgres" args."fiveam" args."md5" args."usocket" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/postmodern/2019-05-21/postmodern-20190521-git.tgz'';
sha256 = ''1vphrizbhbs3r5rq4b8dh4149bz11h5xxilragwf4l2i619k3cp5'';
};
packageName = "simple-date";
asdFilesToKeep = ["simple-date.asd"];
overrides = x: x;
}
/* (SYSTEM simple-date DESCRIPTION System lacks description SHA256
1vphrizbhbs3r5rq4b8dh4149bz11h5xxilragwf4l2i619k3cp5 URL
http://beta.quicklisp.org/archive/postmodern/2019-05-21/postmodern-20190521-git.tgz
MD5 102567f386757cd52aca500c0c348d90 NAME simple-date FILENAME simple-date
DEPS
((NAME cl-postgres FILENAME cl-postgres) (NAME fiveam FILENAME fiveam)
(NAME md5 FILENAME md5) (NAME usocket FILENAME usocket))
DEPENDENCIES (cl-postgres fiveam md5 usocket) VERSION
postmodern-20190521-git SIBLINGS (cl-postgres postmodern s-sql) PARASITES
(simple-date/postgres-glue simple-date/tests)) */