Merge pull request #173676 from risicle/ris-mkvtoolnix-darwin-cppfs-experimental
mkvtoolnix: remove outdated clang fix
This commit is contained in:
commit
7ce1c5eed3
@ -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…
Reference in New Issue
Block a user