13 buildPythonPackage rec {
14 pname = "hydra-check";
16 disabled = pythonOlder "3.5";
18 src = fetchFromGitHub {
19 owner = "nix-community";
22 sha256 = "EegoQ8qTrFGFYbCDsbAOE4Afg9haLjYdC0Cux/yvSk8=";
25 propagatedBuildInputs = [
31 checkInputs = [ mypy ];
34 echo -e "\x1b[32m## run mypy\x1b[0m"
39 description = "check hydra for the build status of a package";
40 homepage = "https://github.com/nix-community/hydra-check";
41 license = licenses.mit;
42 maintainers = with maintainers; [ makefu ];