libebml: fix paths in pkg-config file
This commit is contained in:
parent
a693b0cda6
commit
bb1d2fab3d
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1yd6rsds03kwx5jki4hihd2bpfh26g5l1pi82qzaqzarixdxwzvl";
|
sha256 = "1yd6rsds03kwx5jki4hihd2bpfh26g5l1pi82qzaqzarixdxwzvl";
|
||||||
excludes = [ "ChangeLog" ];
|
excludes = [ "ChangeLog" ];
|
||||||
})
|
})
|
||||||
|
# in master post 1.4.2, see https://github.com/Matroska-Org/libebml/issues/97
|
||||||
|
(fetchpatch {
|
||||||
|
name = "fix-pkg-config.patch";
|
||||||
|
url = "https://github.com/Matroska-Org/libebml/commit/42fbae35d291b737f2bb4ad5d643fd0d48537a88.patch";
|
||||||
|
sha256 = "020qp4a3l60mcm4n310ynxbbv5qlpmybb9xy10pjvx4brp83pmy3";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config ];
|
nativeBuildInputs = [ cmake pkg-config ];
|
||||||
|
|
Loading…
Reference in a new issue