matrix-synapse-plugins.matrix-http-rendezvous-synapse: fix maturin hook use
This commit is contained in:
parent
b3d2765271
commit
670a15018d
1 changed files with 1 additions and 6 deletions
|
@ -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" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue