sourcehut.*: remove SRHT_PATH patch

This commit is contained in:
Edmund Wu
2020-09-08 17:43:57 -07:00
committed by Jon
parent 222a7a3a7a
commit 42f17611a1
10 changed files with 0 additions and 88 deletions
@@ -12,10 +12,6 @@ buildPythonPackage rec {
sha256 = "vk+h9gQX9KeynjulDaK/vHpKeRQAjVyxk7ttKG27ZIo=";
};
patches = [
./use-srht-path.patch
];
nativeBuildInputs = srht.nativeBuildInputs;
propagatedBuildInputs = [
@@ -25,7 +21,6 @@ buildPythonPackage rec {
preBuild = ''
export PKGVER=${version}
export SRHT_PATH=${srht}/${python.sitePackages}/srht
'';
meta = with stdenv.lib; {