matrix-synapse-plugins.matrix-http-rendezvous-synapse: fix maturin hook use

This commit is contained in:
David Arnold
2023-07-17 21:05:57 -05:00
parent b3d2765271
commit 670a15018d
@@ -29,13 +29,8 @@ buildPythonPackage rec {
maturinBuildHook
]);
preBuild = ''
cd synapse
'';
buildAndTestSubdir = "synapse";
postBuild = ''
cd ..
'';
pythonImportsCheck = [ "matrix_http_rendezvous_synapse" ];