[staging-next] Revert "qt5.qtmacextras: fix build" (#542046)

This commit is contained in:
Vladimír Čunát
2026-07-16 05:47:24 +00:00
committed by GitHub

View File

@@ -2,17 +2,11 @@
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;