Loading pkgs/by-name/zi/zim-tools/package.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, nix-update-script, meson, ninja, pkg-config, Loading Loading @@ -33,6 +34,12 @@ stdenv.mkDerivation (finalAttrs: { ./fix_build_with_icu76.patch ]; postPatch = '' # Disable werror, since the use of deprecated functions in libzim causes the build to fail substituteInPlace meson.build \ --replace-fail "'werror=true', " "" ''; nativeBuildInputs = [ meson ninja Loading @@ -52,6 +59,8 @@ stdenv.mkDerivation (finalAttrs: { nativeCheckInputs = [ gtest ]; doCheck = true; passthru.updateScript = nix-update-script { }; meta = { description = "Various ZIM command line tools"; homepage = "https://github.com/openzim/zim-tools"; Loading Loading
pkgs/by-name/zi/zim-tools/package.nix +9 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenv, fetchFromGitHub, nix-update-script, meson, ninja, pkg-config, Loading Loading @@ -33,6 +34,12 @@ stdenv.mkDerivation (finalAttrs: { ./fix_build_with_icu76.patch ]; postPatch = '' # Disable werror, since the use of deprecated functions in libzim causes the build to fail substituteInPlace meson.build \ --replace-fail "'werror=true', " "" ''; nativeBuildInputs = [ meson ninja Loading @@ -52,6 +59,8 @@ stdenv.mkDerivation (finalAttrs: { nativeCheckInputs = [ gtest ]; doCheck = true; passthru.updateScript = nix-update-script { }; meta = { description = "Various ZIM command line tools"; homepage = "https://github.com/openzim/zim-tools"; Loading