parent
3f42f0b61e
commit
18f9b02f6d
@ -99,8 +99,7 @@ stdenv.mkDerivation rec {
|
|||||||
zlib
|
zlib
|
||||||
]
|
]
|
||||||
++ optionals withGUI [ cmark ]
|
++ optionals withGUI [ cmark ]
|
||||||
++ optionals stdenv.hostPlatform.isLinux [ qtwayland ]
|
++ optionals stdenv.hostPlatform.isLinux [ qtwayland ];
|
||||||
++ optionals stdenv.hostPlatform.isDarwin [ libiconv ];
|
|
||||||
|
|
||||||
# autoupdate is not needed but it silences a ton of pointless warnings
|
# autoupdate is not needed but it silences a ton of pointless warnings
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -10507,9 +10507,7 @@ with pkgs;
|
|||||||
inherit (darwin.apple_sdk_11_0.frameworks) AppKit Cocoa Carbon CoreAudio CoreMIDI CoreServices Kernel;
|
inherit (darwin.apple_sdk_11_0.frameworks) AppKit Cocoa Carbon CoreAudio CoreMIDI CoreServices Kernel;
|
||||||
};
|
};
|
||||||
|
|
||||||
mkvtoolnix = qt6Packages.callPackage ../applications/video/mkvtoolnix {
|
mkvtoolnix = qt6Packages.callPackage ../applications/video/mkvtoolnix { };
|
||||||
stdenv = if stdenv.hostPlatform.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
|
|
||||||
};
|
|
||||||
|
|
||||||
mkvtoolnix-cli = mkvtoolnix.override {
|
mkvtoolnix-cli = mkvtoolnix.override {
|
||||||
withGUI = false;
|
withGUI = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user