nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/lack-component.nix
Michael Raskin fb8379cc76 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
2018-02-12 20:45:33 +01:00

34 lines
1.4 KiB
Nix

args @ { fetchurl, ... }:
rec {
baseName = ''lack-component'';
version = ''lack-20180131-git'';
description = '''';
deps = [ ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/lack/2018-01-31/lack-20180131-git.tgz'';
sha256 = ''17ydk90rjxjijc2r6kcwkbhh0l4a83xvhrbp0bc8wzbpkh2plywl'';
};
packageName = "lack-component";
asdFilesToKeep = ["lack-component.asd"];
overrides = x: x;
}
/* (SYSTEM lack-component DESCRIPTION NIL SHA256
17ydk90rjxjijc2r6kcwkbhh0l4a83xvhrbp0bc8wzbpkh2plywl URL
http://beta.quicklisp.org/archive/lack/2018-01-31/lack-20180131-git.tgz MD5
e1807a22a021ca27d8d1add9219091eb NAME lack-component FILENAME
lack-component DEPS NIL DEPENDENCIES NIL VERSION lack-20180131-git SIBLINGS
(lack-middleware-accesslog lack-middleware-auth-basic
lack-middleware-backtrace lack-middleware-csrf lack-middleware-mount
lack-middleware-session lack-middleware-static lack-request lack-response
lack-session-store-dbi lack-session-store-redis lack-test
lack-util-writer-stream lack-util lack t-lack-component
t-lack-middleware-accesslog t-lack-middleware-auth-basic
t-lack-middleware-backtrace t-lack-middleware-csrf t-lack-middleware-mount
t-lack-middleware-session t-lack-middleware-static t-lack-request
t-lack-session-store-dbi t-lack-session-store-redis t-lack-util t-lack)
PARASITES NIL) */