forked from mirrors/nixpkgs
Merge pull request #89584 from bdesham/fix-mkvtoolnix-on-darwin
mkvtoolnix: fix Darwin build
This commit is contained in:
commit
c5acf2738e
|
@ -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 a new issue