chickenEggs.tcp6: init at 0.2.1

main
Daniel Nagy 3 years ago
parent 5c9f806102
commit 5912e391b5
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671
  1. 15
      pkgs/development/compilers/chicken/5/eggs.nix
  2. 1
      pkgs/development/compilers/chicken/5/eggs.scm

@ -482,6 +482,21 @@ rec {
];
};
tcp6 = eggDerivation {
name = "tcp6-0.2.1";
src = fetchegg {
name = "tcp6";
version = "0.2.1";
sha256 = "14dynnjgac28f46v781hi6kam326q6rh57pf0pvl0chdva4hlf3q";
};
buildInputs = [
socket
srfi-1
];
};
uri-common = eggDerivation {
name = "uri-common-2.0";

@ -4,6 +4,7 @@ matchable
apropos
spiffy
json
tcp6
sha2
;; other eggs to include in nixpkgs

Loading…
Cancel
Save