1 { lib, stdenv, fetchFromGitHub, ponyc }:
3 stdenv.mkDerivation ( rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-YJZ1jGMOeZKGZaTrWO2mtR94F0voC2DXaghi0LytF7I=";
14 buildInputs = [ ponyc ];
16 installFlags = [ "prefix=${placeholder "out"}" "install" ];
19 description = "Corral is a dependency management tool for ponylang (ponyc)";
20 homepage = "https://www.ponylang.io";
21 license = licenses.bsd2;
22 maintainers = with maintainers; [ redvers ];
23 platforms = [ "x86_64-linux" "x86_64-darwin" ];