mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
Merge pull request #89584 from bdesham/fix-mkvtoolnix-on-darwin
mkvtoolnix: fix Darwin build
This commit is contained in:
commit
c5acf2738e
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
|||||||
(enableFeature withGUI "qt")
|
(enableFeature withGUI "qt")
|
||||||
];
|
];
|
||||||
|
|
||||||
CXXFLAGS = optional stdenv.cc.isClang "-std=c++14";
|
CXXFLAGS = optional stdenv.cc.isClang "-std=c++17";
|
||||||
|
|
||||||
dontWrapQtApps = true;
|
dontWrapQtApps = true;
|
||||||
postFixup = optionalString withGUI ''
|
postFixup = optionalString withGUI ''
|
||||||
|
Loading…
Reference in New Issue
Block a user