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
@@ -67,6 +67,8 @@ in buildPythonPackage rec {
cp ${buildAPI "${src}/api"}/bin/api $out/bin/gitsrht-api
'';
dontUseSetuptoolsCheck = true;
meta = with stdenv.lib; {
homepage = "https://git.sr.ht/~sircmpwn/git.sr.ht";
description = "Git repository hosting service for the sr.ht network";