akkoma-admin-fe: Fix build for x86_64-darwin

Add xcodebuild as build dependencies for both darwin platforms as
x86_64 needs it to run xcodebuild
This commit is contained in:
Fiona Behrens 2025-05-18 13:33:43 +02:00
parent 5e69413744
commit 0047d6e995

View file

@ -12,6 +12,7 @@
pkg-config,
libsass,
nix-update-script,
xcbuild,
}:
stdenv.mkDerivation (finalAttrs: {
@ -40,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
python3
git
libsass
];
] ++ lib.optional stdenv.isDarwin xcbuild;
configurePhase = ''
runHook preConfigure