From b0860ef130a66ee933e7e45e8592c3c802b31afc Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Tue, 14 Jul 2026 21:09:26 -0600 Subject: [PATCH] Revert "qt5.qtmacextras: fix build" This reverts commit 064a1797835e5291cb68a3f2341a4cb5a88e88cf. --- pkgs/development/libraries/qt-5/modules/qtmacextras.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/libraries/qt-5/modules/qtmacextras.nix b/pkgs/development/libraries/qt-5/modules/qtmacextras.nix index d54096a0ea31..38fc7d0caae1 100644 --- a/pkgs/development/libraries/qt-5/modules/qtmacextras.nix +++ b/pkgs/development/libraries/qt-5/modules/qtmacextras.nix @@ -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;