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