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

This commit is contained in:
David Arnold 2023-07-16 16:09:31 -05:00
parent b3d2765271
commit 670a15018d
No known key found for this signature in database
GPG key ID: 0318D822BAC965CC

View file

@ -29,13 +29,8 @@ buildPythonPackage rec {
maturinBuildHook maturinBuildHook
]); ]);
preBuild = '' buildAndTestSubdir = "synapse";
cd synapse
'';
postBuild = ''
cd ..
'';
pythonImportsCheck = [ "matrix_http_rendezvous_synapse" ]; pythonImportsCheck = [ "matrix_http_rendezvous_synapse" ];