1 { lib, stdenv, fetchFromGitHub
2 , meson, ninja, pkg-config
12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "0iy0f1clhihq277x218ccx3mszgpr3h9l0by48b9ykr115nffw3s";
30 propagatedBuildInputs = [
49 description = "Library for reading and writing ZIM files";
50 homepage = "https://www.openzim.org/wiki/Zimlib";
51 license = licenses.gpl2;
52 maintainers = with maintainers; [ ajs124 ];
53 platforms = platforms.linux;