ma pkgs.hydra-check: move to custom
This commit is contained in:
parent
f5acb91a00
commit
1c3c41c5ff
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue