matrix-authentication-service: fix aarch64-darwin build

This commit is contained in:
Olivér Falvai
2024-10-04 18:30:54 +02:00
parent 846019f060
commit 7337fc1928
@@ -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 =
[