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