ma pkgs.hydra-check: move to custom

This commit is contained in:
makefu 2020-03-13 10:39:32 +01:00
parent bf5a5fb3e0
commit a2d343e807
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,6 +1,5 @@
{ python3Packages, fetchFromGitHub }:
{ docopt, requests, beautifulsoup4, fetchFromGitHub, buildPythonPackage }:
with python3Packages;
buildPythonPackage rec {
name = "hydra-check";
version = "1.0.0";
@ -16,6 +15,5 @@ buildPythonPackage rec {
requests
beautifulsoup4
];
checkInputs = [ black jq ];
doCheck = false; # no tests
}