sourcehut.*: fix setuptools validation

This commit is contained in:
Edmund Wu
2019-10-06 08:48:32 -04:00
parent 2c16a2498c
commit c4ce930c23
4 changed files with 31 additions and 14 deletions
@@ -40,7 +40,6 @@ in buildPythonPackage rec {
export SRHT_PATH=${srht}/${python.sitePackages}/srht
'';
# TODO: Remove redundant mkdir?
postInstall = ''
mkdir -p $out/bin
cp ${buildDispatcher "${src}/gitsrht-dispatch"}/bin/gitsrht-dispatch $out/bin/gitsrht-dispatch