about summary refs log tree commit diff
path: root/pkgs/servers/matrix-synapse/plugins
diff options
context:
space:
mode:
authorDavid Arnold <david.arnold@iohk.io>2023-07-16 16:09:31 -0500
committerDavid Arnold <david.arnold@iohk.io>2023-07-17 21:05:57 -0500
commit670a15018d8e13af208c1913b48ae250fe7c9ffe (patch)
tree77f59aacb98731803e1cb27acfd317e902fa1ac4 /pkgs/servers/matrix-synapse/plugins
parentb3d27652719cb09053b35bb6f51820f7045e6417 (diff)
matrix-synapse-plugins.matrix-http-rendezvous-synapse: fix maturin hook use
Diffstat (limited to 'pkgs/servers/matrix-synapse/plugins')
-rw-r--r--pkgs/servers/matrix-synapse/plugins/rendezvous.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/pkgs/servers/matrix-synapse/plugins/rendezvous.nix b/pkgs/servers/matrix-synapse/plugins/rendezvous.nix
index fe1f2469ef2de..c15c24681a2c4 100644
--- a/pkgs/servers/matrix-synapse/plugins/rendezvous.nix
+++ b/pkgs/servers/matrix-synapse/plugins/rendezvous.nix
@@ -29,13 +29,8 @@ buildPythonPackage rec {
     maturinBuildHook
   ]);
 
-  preBuild = ''
-    cd synapse
-  '';
+  buildAndTestSubdir = "synapse";
 
-  postBuild = ''
-    cd ..
-  '';
 
   pythonImportsCheck = [ "matrix_http_rendezvous_synapse" ];