From 8a858655025dfb47d43516f5aee5b6940bcdeae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 9 Sep 2025 17:17:18 +0200 Subject: [PATCH] thelounge: fix darwin build --- pkgs/by-name/th/thelounge/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/th/thelounge/package.nix b/pkgs/by-name/th/thelounge/package.nix index 95a633300a37..1038b2bb0d97 100644 --- a/pkgs/by-name/th/thelounge/package.nix +++ b/pkgs/by-name/th/thelounge/package.nix @@ -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 = ''