Merge pull request #69006 from marsam/fix-mkvtoolnix
mkvtoolnix: fix build with clang
This commit is contained in:
commit
6890d08b13
@ -50,6 +50,8 @@ stdenv.mkDerivation rec {
|
||||
(enableFeature withGUI "qt")
|
||||
];
|
||||
|
||||
CXXFLAGS = optional stdenv.cc.isClang "-std=c++14";
|
||||
|
||||
dontWrapQtApps = true;
|
||||
postFixup = optionalString withGUI ''
|
||||
wrapQtApp $out/bin/mkvtoolnix-gui
|
||||
|
Loading…
x
Reference in New Issue
Block a user