mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
mkvtoolnix: fix build by backporting patch
This was broken by Qt upgrade, upstream fix is merged but not yet released.
This commit is contained in:
parent
a3c0b3b215
commit
f0dce5f0ba
@ -8,6 +8,7 @@
|
||||
, cmark
|
||||
, docbook_xsl
|
||||
, expat
|
||||
, fetchpatch2
|
||||
, file
|
||||
, flac
|
||||
, fmt
|
||||
@ -58,6 +59,13 @@ stdenv.mkDerivation rec {
|
||||
hash = "sha256-UU57ZgH1sxCXspwfKXScw08aJYiv+k526U8q8N1tA+4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch2 {
|
||||
url = "https://gitlab.com/mbunkus/mkvtoolnix/-/commit/fc83003f541ac690fe308c3f4ac36e62814a40db.diff";
|
||||
hash = "sha256-HOS79g5xm70upV5Okv1COEg0SanXs7brRRB59Ofx5HA=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
docbook_xsl
|
||||
|
Loading…
Reference in New Issue
Block a user