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
@@ -51,10 +51,6 @@ in buildPythonPackage rec {
sha256 = "EdxgT6IQZgj3KeU3UC+QAQb7BilBY769NhJK633tmE4=";
};
patches = [
./use-srht-path.patch
];
nativeBuildInputs = srht.nativeBuildInputs;
propagatedBuildInputs = [
@@ -66,7 +62,6 @@ in buildPythonPackage rec {
preBuild = ''
export PKGVER=${version}
export SRHT_PATH=${srht}/${python.sitePackages}/srht
'';
postInstall = ''