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