Skip to content

Commit

Permalink
Add a couple of quicklisp packages
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Mar 29, 2017
1 parent 30449c5 commit 1af70c3
Show file tree
Hide file tree
Showing 7 changed files with 146 additions and 75 deletions.
14 changes: 14 additions & 0 deletions pkgs/development/lisp-modules/quicklisp-to-nix-output/chipz.nix
@@ -0,0 +1,14 @@
args @ { fetchurl, ... }:
rec {
baseName = ''chipz'';
version = ''20160318-git'';

description = ''A library for decompressing deflate, zlib, and gzip data'';

deps = [ ];

src = fetchurl {
url = ''http://beta.quicklisp.org/archive/chipz/2016-03-18/chipz-20160318-git.tgz'';
sha256 = ''1dpsg8kd43k075xihb0szcq1f7iq8ryg5r77x5wi6hy9jhpq8826'';
};
}
14 changes: 14 additions & 0 deletions pkgs/development/lisp-modules/quicklisp-to-nix-output/drakma.nix
@@ -0,0 +1,14 @@
args @ { fetchurl, ... }:
rec {
baseName = ''drakma'';
version = ''2.0.2'';

description = ''Full-featured http/https client based on usocket'';

deps = [ args."puri" args."cl-base64" args."chunga" args."flexi-streams" args."cl-ppcre" args."chipz" args."usocket" args."cl+ssl" ];

src = fetchurl {
url = ''http://beta.quicklisp.org/archive/drakma/2015-10-31/drakma-2.0.2.tgz'';
sha256 = ''1bpwh19fxd1ncvwai2ab2363bk6qkpwch5sa4csbiawcihyawh2z'';
};
}
@@ -0,0 +1,14 @@
args @ { fetchurl, ... }:
rec {
baseName = ''external-program'';
version = ''20160825-git'';

description = '''';

deps = [ args."trivial-features" ];

src = fetchurl {
url = ''http://beta.quicklisp.org/archive/external-program/2016-08-25/external-program-20160825-git.tgz'';
sha256 = ''0avnnhxxa1wfri9i3m1339nszyp1w2cilycc948nf5awz4mckq13'';
};
}
14 changes: 14 additions & 0 deletions pkgs/development/lisp-modules/quicklisp-to-nix-output/puri.nix
@@ -0,0 +1,14 @@
args @ { fetchurl, ... }:
rec {
baseName = ''puri'';
version = ''20150923-git'';

description = ''Portable Universal Resource Indentifier Library'';

deps = [ ];

src = fetchurl {
url = ''http://beta.quicklisp.org/archive/puri/2015-09-23/puri-20150923-git.tgz'';
sha256 = ''099ay2zji5ablj2jj56sb49hk2l9x5s11vpx6893qwwjsp2881qa'';
};
}
2 changes: 2 additions & 0 deletions pkgs/development/lisp-modules/quicklisp-to-nix-systems.txt
Expand Up @@ -2,3 +2,5 @@ stumpwm
cl-fuse
esrap
hunchentoot
external-program
drakma

0 comments on commit 1af70c3

Please sign in to comment.