From 39ce18a7ecb76d15f646d735fd65257b8ad5aa27 Mon Sep 17 00:00:00 2001 From: talyz Date: Thu, 11 Nov 2021 10:40:43 +0100 Subject: qt512: Make apps work on macOS Big Sur Make Qt applications work on macOS Big Sur even if they're built with an older version of the macOS SDK (<10.14 - we're currently using 10.12). This issue is fixed in 5.12.11, but it requires macOS SDK 10.13 to build. See https://bugreports.qt.io/browse/QTBUG-87014 for more info. --- pkgs/applications/video/mkvtoolnix/default.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pkgs/applications/video/mkvtoolnix') diff --git a/pkgs/applications/video/mkvtoolnix/default.nix b/pkgs/applications/video/mkvtoolnix/default.nix index 4eac16d349bf6..257d21ecc03b4 100644 --- a/pkgs/applications/video/mkvtoolnix/default.nix +++ b/pkgs/applications/video/mkvtoolnix/default.nix @@ -122,11 +122,6 @@ stdenv.mkDerivation rec { dontWrapQtApps = true; - # Avoid Qt 5.12 problem on Big Sur: https://bugreports.qt.io/browse/QTBUG-87014 - qtWrapperArgs = lib.optionals stdenv.isDarwin [ - "--set QT_MAC_WANTS_LAYER 1" - ]; - postFixup = optionalString withGUI '' wrapQtApp $out/bin/mkvtoolnix-gui ''; -- cgit 1.4.1