akkoma-admin-fe: Fix build for x86_64-darwin (#408346)

This commit is contained in:
Aleksana
2025-05-23 11:18:43 +08:00
committed by GitHub
+2 -1
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