lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chickenEggs.tcp6: init at 0.2.1

+16
+15
pkgs/development/compilers/chicken/5/eggs.nix
··· 482 482 ]; 483 483 }; 484 484 485 + tcp6 = eggDerivation { 486 + name = "tcp6-0.2.1"; 487 + 488 + src = fetchegg { 489 + name = "tcp6"; 490 + version = "0.2.1"; 491 + sha256 = "14dynnjgac28f46v781hi6kam326q6rh57pf0pvl0chdva4hlf3q"; 492 + }; 493 + 494 + buildInputs = [ 495 + socket 496 + srfi-1 497 + ]; 498 + }; 499 + 485 500 uri-common = eggDerivation { 486 501 name = "uri-common-2.0"; 487 502
+1
pkgs/development/compilers/chicken/5/eggs.scm
··· 4 4 apropos 5 5 spiffy 6 6 json 7 + tcp6 7 8 sha2 8 9 9 10 ;; other eggs to include in nixpkgs