akkoma-admin-fe: Fix build for x86_64-darwin (#408346)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user