Merge pull request #89584 from bdesham/fix-mkvtoolnix-on-darwin

mkvtoolnix: fix Darwin build
This commit is contained in:
Michele Guerini Rocco
2020-06-07 00:22:32 +02:00
committed by GitHub
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
(enableFeature withGUI "qt") (enableFeature withGUI "qt")
]; ];
CXXFLAGS = optional stdenv.cc.isClang "-std=c++14"; CXXFLAGS = optional stdenv.cc.isClang "-std=c++17";
dontWrapQtApps = true; dontWrapQtApps = true;
postFixup = optionalString withGUI '' postFixup = optionalString withGUI ''