summaryrefslogtreecommitdiffstats
path: root/5pkgs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-03-13 10:39:32 +0100
committermakefu <github@syntax-fehler.de>2020-03-13 10:39:32 +0100
commit1c3c41c5ff0aa5310fb982ee1183166910275754 (patch)
tree6eddb4bcb6a275b0aa219330bb5aa4a008387d23 /5pkgs
parentf5acb91a00ca0eea59019fd989a13800c7c805c3 (diff)
ma pkgs.hydra-check: move to custom
Diffstat (limited to '5pkgs')
-rw-r--r--5pkgs/custom/hydra-check/default.nix (renamed from 5pkgs/hydra-check/default.nix)6
1 files changed, 2 insertions, 4 deletions
diff --git a/5pkgs/hydra-check/default.nix b/5pkgs/custom/hydra-check/default.nix
index b9930b4f4..512ceec9f 100644
--- a/5pkgs/hydra-check/default.nix
+++ b/5pkgs/custom/hydra-check/default.nix
@@ -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
}
[cgit] Unable to lock slot /tmp/cgit/4e300000.lock: No such file or directory (2)