Initial commit
This commit is contained in:
commit
55a1efa08f
60 changed files with 5485 additions and 0 deletions
23
core/default.nix
Normal file
23
core/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{ chickenPackages, libsodium, callPackage }:
|
||||
(callPackage ../lib/build-chicken-parallel {}) {
|
||||
name = "zilch";
|
||||
src = ./.;
|
||||
|
||||
buildInputs = with chickenPackages.chickenEggs; [
|
||||
chickenPackages.chicken
|
||||
socket
|
||||
r7rs
|
||||
vector-lib
|
||||
srfi-18
|
||||
srfi-60
|
||||
srfi-128
|
||||
srfi-132
|
||||
srfi-146
|
||||
srfi-151
|
||||
srfi-152
|
||||
srfi-180
|
||||
trace
|
||||
|
||||
libsodium # TODO(puck): don't propagate this
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue