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
commit c5acf2738e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
(enableFeature withGUI "qt")
];
CXXFLAGS = optional stdenv.cc.isClang "-std=c++14";
CXXFLAGS = optional stdenv.cc.isClang "-std=c++17";
dontWrapQtApps = true;
postFixup = optionalString withGUI ''