Merge pull request #243918 from r-ryantm/auto-update/harfbuzz
harfbuzz: 7.3.0 -> 8.3.0
This commit is contained in:
commit
f263bb65c3
@ -1,11 +1,9 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchurl
|
||||
, fetchpatch
|
||||
, pkg-config
|
||||
, glib
|
||||
, freetype
|
||||
, fontconfig
|
||||
, libintl
|
||||
, meson
|
||||
, ninja
|
||||
@ -35,11 +33,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "harfbuzz${lib.optionalString withIcu "-icu"}";
|
||||
version = "7.3.0";
|
||||
version = "8.3.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/harfbuzz/harfbuzz/releases/download/${finalAttrs.version}/harfbuzz-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-IHcHiXSaybqEbfM5g9vaItuDbHDZ9dBQy5qlNHCUqPs=";
|
||||
hash = "sha256-EJUB6uuL3j6tsl+rQWTpk/us4pw9d1vKocHlji8V+Ec=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -65,6 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
(lib.mesonEnable "graphite" withGraphite2)
|
||||
(lib.mesonEnable "icu" withIcu)
|
||||
(lib.mesonEnable "introspection" withIntrospection)
|
||||
(lib.mesonOption "cmakepackagedir" "${placeholder "dev"}/lib/cmake")
|
||||
];
|
||||
|
||||
depsBuildBuild = [
|
||||
|
Loading…
Reference in New Issue
Block a user