1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

mkvtoolnix: fix Darwin build by specifying -std=c++17

This commit is contained in:
Benjamin Esham 2020-06-05 19:40:33 -07:00
parent fe753a241f
commit 3da680ba20

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 ''