mkvtoolnix: fix Darwin build by specifying -std=c++17
This commit is contained in:
@@ -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 ''
|
||||||
|
|||||||
Reference in New Issue
Block a user