Loading pkgs/by-name/li/libzim/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, fetchpatch, icu, meson, ninja, Loading @@ -23,6 +24,15 @@ stdenv.mkDerivation rec { hash = "sha256-z22+cDlFQtLMLFh5+7Nt9LsGFyBPi3HeZhYb0LK86Oc="; }; patches = [ # Upstream patch for ICU76 compatibility. # https://github.com/openzim/libzim/pull/936 (fetchpatch { url = "https://github.com/openzim/libzim/commit/4a42b3c6971c9534b104f48f6d13db8630a97d2f.patch"; hash = "sha256-FjaGZ2bI1ROLg3rvWIGLbVoImGr51MbWjbBj+lGj1rs="; }) ]; nativeBuildInputs = [ ninja meson Loading Loading
pkgs/by-name/li/libzim/package.nix +10 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, fetchpatch, icu, meson, ninja, Loading @@ -23,6 +24,15 @@ stdenv.mkDerivation rec { hash = "sha256-z22+cDlFQtLMLFh5+7Nt9LsGFyBPi3HeZhYb0LK86Oc="; }; patches = [ # Upstream patch for ICU76 compatibility. # https://github.com/openzim/libzim/pull/936 (fetchpatch { url = "https://github.com/openzim/libzim/commit/4a42b3c6971c9534b104f48f6d13db8630a97d2f.patch"; hash = "sha256-FjaGZ2bI1ROLg3rvWIGLbVoImGr51MbWjbBj+lGj1rs="; }) ]; nativeBuildInputs = [ ninja meson Loading