qt5.qtmacextras: fix build

This commit is contained in:
Ryan Omasta
2026-07-14 20:09:38 -06:00
parent 7069514b86
commit 064a179783
@@ -2,11 +2,17 @@
lib,
qtModule,
qtbase,
llvmPackages,
}:
qtModule {
pname = "qtmacextras";
propagatedBuildInputs = [ qtbase ];
# TODO: Remove once #536365 reaches this branch
nativeBuildInputs = [ llvmPackages.lld ];
env.NIX_CFLAGS_LINK = "-fuse-ld=lld";
meta = {
maintainers = [ ];
platforms = lib.platforms.darwin;