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;