Merge pull request #240279 from marsam/fix-mkvtoolnix-build

mkvtoolnix-cli: fix build

authored by

Weijia Wang and committed by
GitHub
2b5b25c8 9b3fdf49

-10
-10
pkgs/applications/video/mkvtoolnix/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitLab 4 - , fetchpatch 5 4 , pkg-config 6 5 , autoreconfHook 7 6 , rake ··· 55 54 rev = "release-${version}"; 56 55 sha256 = "t+kfFS5c8w+c9wxNh59nceFesfdMy8qvHlUqDbZAxkk="; 57 56 }; 58 - 59 - patches = [ 60 - # Fix compatiblity with fmt 10.0. Remove with the next release 61 - (fetchpatch { 62 - url = "https://gitlab.com/mbunkus/mkvtoolnix/-/commit/24716ce95bf5b10d685611de23489045cf2ca5cc.patch"; 63 - hash = "sha256-vOm3FmXL3mHzs3RHCJ9gbTLSe3xhSXo8IfgA+s0cFjY="; 64 - includes = [ "src/common/codec.h" ]; 65 - }) 66 - ]; 67 57 68 58 nativeBuildInputs = [ 69 59 autoreconfHook