Merge pull request #222112 from al3xtjames/mkvtoolnix-darwin
mkvtoolnix: fix build on darwin
This commit is contained in:
@@ -22525,7 +22525,9 @@ with pkgs;
|
||||
|
||||
minizip-ng = callPackage ../development/libraries/minizip-ng { };
|
||||
|
||||
mkvtoolnix = libsForQt5.callPackage ../applications/video/mkvtoolnix { };
|
||||
mkvtoolnix = libsForQt5.callPackage ../applications/video/mkvtoolnix {
|
||||
stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv;
|
||||
};
|
||||
|
||||
mkvtoolnix-cli = mkvtoolnix.override {
|
||||
withGUI = false;
|
||||
|
||||
Reference in New Issue
Block a user