8 # Note: This mostly reimplements the default.nix already contained in
9 # the tarball. Is there a nicer way than duplicating code?
15 src = fetchFromGitHub {
19 sha256 = "1vfnhbcnyakywgjafhs0k5kpsdnrinzvdjxpz3fkwas1jsvxq3d1";
22 name = "egg2nix-${version}";
23 buildInputs = with chickenEggs; [
29 description = "Generate nix-expression from CHICKEN scheme eggs";
30 mainProgram = "egg2nix";
31 homepage = "https://github.com/the-kenny/egg2nix";
32 license = lib.licenses.bsd3;
33 platforms = lib.platforms.unix;
34 maintainers = with lib.maintainers; [ corngood ];