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

mkvtoolnix: remove outdated clang fix
main
Michele Guerini Rocco 2 years ago committed by GitHub
commit 7ce1c5eed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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