ma pkgs.hydra-check: move to custom
This commit is contained in:
parent
bf5a5fb3e0
commit
a2d343e807
@ -1,6 +1,5 @@
|
|||||||
{ python3Packages, fetchFromGitHub }:
|
{ docopt, requests, beautifulsoup4, fetchFromGitHub, buildPythonPackage }:
|
||||||
|
|
||||||
with python3Packages;
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "hydra-check";
|
name = "hydra-check";
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
@ -16,6 +15,5 @@ buildPythonPackage rec {
|
|||||||
requests
|
requests
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
];
|
];
|
||||||
|
doCheck = false; # no tests
|
||||||
checkInputs = [ black jq ];
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user