Merge pull request #69006 from marsam/fix-mkvtoolnix

mkvtoolnix: fix build with clang
This commit is contained in:
Mario Rodas 2019-09-18 18:13:36 -05:00 committed by GitHub
commit 6890d08b13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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