mkvtoolnix: remove outdated clang fix

This commit is contained in:
Robert Scott 2022-05-19 22:38:29 +01:00
parent 6fe704d008
commit 5d26153324

View File

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