File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
applications/video/mkvtoolnix Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,7 @@ stdenv.mkDerivation rec {
9999 zlib
100100 ]
101101 ++ optionals withGUI [ cmark ]
102- ++ optionals stdenv . hostPlatform . isLinux [ qtwayland ]
103- ++ optionals stdenv . hostPlatform . isDarwin [ libiconv ] ;
102+ ++ optionals stdenv . hostPlatform . isLinux [ qtwayland ] ;
104103
105104 # autoupdate is not needed but it silences a ton of pointless warnings
106105 postPatch = ''
Original file line number Diff line number Diff line change @@ -10500,9 +10500,7 @@ with pkgs;
1050010500 inherit (darwin.apple_sdk_11_0.frameworks) AppKit Cocoa Carbon CoreAudio CoreMIDI CoreServices Kernel;
1050110501 };
1050210502
10503- mkvtoolnix = qt6Packages.callPackage ../applications/video/mkvtoolnix {
10504- stdenv = if stdenv.hostPlatform.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
10505- };
10503+ mkvtoolnix = qt6Packages.callPackage ../applications/video/mkvtoolnix { };
1050610504
1050710505 mkvtoolnix-cli = mkvtoolnix.override {
1050810506 withGUI = false;
You can’t perform that action at this time.
0 commit comments