Unverified Commit 1a7b9de1 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.05] akkoma-admin-fe: Fix build for x86_64-darwin (#410014)

parents f2b15650 6588ff10
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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