Merge pull request #173676 from risicle/ris-mkvtoolnix-darwin-cppfs-experimental

mkvtoolnix: remove outdated clang fix
This commit is contained in:
Michele Guerini Rocco 2022-05-21 10:14:48 +02:00 committed by GitHub
commit 7ce1c5eed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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