mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
mkvtoolnix: fix Darwin build by specifying -std=c++17
This commit is contained in:
parent
fe753a241f
commit
3da680ba20
@ -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 ''
|
||||
|
Loading…
Reference in New Issue
Block a user