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