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
@@ -24,6 +24,8 @@ buildPythonPackage rec {
export PKGVER=${version}
'';
dontUseSetuptoolsCheck = true;
meta = with stdenv.lib; {
homepage = "https://dispatch.sr.ht/~sircmpwn/dispatch.sr.ht";
description = "Task dispatcher and service integration tool for the sr.ht network";