From 7337fc192893734c51f4d9c0dd69573fde5eb3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliv=C3=A9r=20Falvai?= Date: Fri, 4 Oct 2024 18:30:54 +0200 Subject: [PATCH] matrix-authentication-service: fix aarch64-darwin build --- pkgs/by-name/ma/matrix-authentication-service/package.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ma/matrix-authentication-service/package.nix b/pkgs/by-name/ma/matrix-authentication-service/package.nix index 5e4ebdcdee74..96318e3d4b0b 100644 --- a/pkgs/by-name/ma/matrix-authentication-service/package.nix +++ b/pkgs/by-name/ma/matrix-authentication-service/package.nix @@ -12,6 +12,7 @@ stdenv, darwin, open-policy-agent, + cctools, }: rustPlatform.buildRustPackage rec { @@ -46,7 +47,7 @@ rustPlatform.buildRustPackage rec { npmHooks.npmConfigHook nodejs (python3.withPackages (ps: [ ps.setuptools ])) # Used by gyp - ]; + ] ++ lib.optional stdenv.isDarwin cctools; # libtool used by gyp; buildInputs = [