sourcehout: Disable setuptools check

This commit is contained in:
Sandro Jäckel
2021-01-07 10:41:32 +01:00
parent 3f132c79ac
commit 694ff9691e
9 changed files with 18 additions and 0 deletions
@@ -45,6 +45,8 @@ in buildPythonPackage rec {
cp ${buildWorker "${src}/worker"}/bin/worker $out/bin/builds.sr.ht-worker
'';
dontUseSetuptoolsCheck = true;
meta = with stdenv.lib; {
homepage = "https://git.sr.ht/~sircmpwn/builds.sr.ht";
description = "Continuous integration service for the sr.ht network";