chickenEggs.tcp6: init at 0.2.1

This commit is contained in:
Daniel Nagy 2021-02-14 00:44:10 +01:00
parent 5c9f806102
commit 5912e391b5
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671
2 changed files with 16 additions and 0 deletions

View File

@ -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";

View File

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