thelounge: fix darwin build

This commit is contained in:
Sandro Jäckel
2025-09-09 17:17:18 +02:00
parent 5978bce17f
commit 8a85865502
+2 -2
View File
@@ -8,11 +8,11 @@
fixup-yarn-lock,
python3,
npmHooks,
cctools,
sqlite,
srcOnly,
buildPackages,
nixosTests,
xcbuild,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
python3.pkgs.distutils
npmHooks.npmInstallHook
]
++ lib.optionals stdenv.hostPlatform.isDarwin [ cctools ];
++ lib.optionals stdenv.hostPlatform.isDarwin [ xcbuild ];
buildInputs = [ sqlite ];
configurePhase = ''