mkvtoolnix: remove outdated clang fix

main
Robert Scott 2 years ago
parent 6fe704d008
commit 5d26153324
  1. 3
      pkgs/applications/video/mkvtoolnix/default.nix

@ -117,9 +117,6 @@ stdenv.mkDerivation rec {
checkPhase = phase "Check" "tests:run_unit";
CXXFLAGS = optional stdenv.cc.isClang "-std=c++17";
LDFLAGS = optional stdenv.cc.isClang "-lc++fs";
dontWrapQtApps = true;
postFixup = optionalString withGUI ''

Loading…
Cancel
Save