9 stdenv.mkDerivation (finalAttrs: {
13 src = fetchFromGitHub {
14 owner = "webmproject";
16 rev = "refs/tags/libwebm-${finalAttrs.version}";
17 hash = "sha256-+ayX33rcX/jkewsW8WrGalTe9X44qFBHOrIYTteOQzc=";
21 # libwebm does not generate cmake exports by default,
22 # which are necessary to find and use it as build-dependency
24 ./0001-cmake-exports.patch
37 "-DBUILD_SHARED_LIBS=ON"
40 passthru.updateScript = nix-update-script { };
43 description = "WebM file parser";
44 homepage = "https://www.webmproject.org/code/";
45 license = lib.licenses.bsd3;
46 maintainers = with lib.maintainers; [ niklaskorz ];
47 platforms = lib.platforms.all;