1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 07:00:43 +00:00

mkvtoolnix: fix build with clang

This commit is contained in:
Mario Rodas 2019-09-17 22:41:28 -05:00
parent 651cd75f6c
commit fa64037b99
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

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