3
0
Fork 0
forked from mirrors/nixpkgs

libmatroska: 1.6.2 -> 1.6.3

This commit is contained in:
Thibault Gagnaux 2021-03-14 21:36:29 +01:00
parent 6340e3af68
commit ad4daeefbd
No known key found for this signature in database
GPG key ID: 44BD0764ACAE8E25

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libmatroska"; pname = "libmatroska";
version = "1.6.2"; version = "1.6.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Matroska-Org"; owner = "Matroska-Org";
repo = "libmatroska"; repo = "libmatroska";
rev = "release-${version}"; rev = "release-${version}";
sha256 = "0yhr9hhgljva1fx3b0r4s3wkkypdfgsysbl35a4g3krkbhaa9rsd"; sha256 = "01dg12ndxfdqgjx5v2qy4mff6xjdxglywyg82sr3if5aw6rp3dji";
}; };
nativeBuildInputs = [ cmake pkg-config ]; nativeBuildInputs = [ cmake pkg-config ];
@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [ cmakeFlags = [
"-DBUILD_SHARED_LIBS=YES" "-DBUILD_SHARED_LIBS=YES"
"-DCMAKE_INSTALL_PREFIX="
]; ];
meta = with lib; { meta = with lib; {