mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #69006 from marsam/fix-mkvtoolnix
mkvtoolnix: fix build with clang
This commit is contained in:
commit
6890d08b13
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue