16 stdenv.mkDerivation rec {
26 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
27 hash = "sha256-Slsf0bfEehr0UnfqgrWr6sqOCPsQon2qY5TPiNdOes8=";
37 ++ lib.optionals stdenv.hostPlatform.isDarwin [
41 propagatedBuildInputs = [
50 updateScript = gnome.updateScript {
52 attrPath = "${pname}_2_48";
53 versionPolicy = "odd-unstable";
58 description = "C++ interface to the Pango text rendering library";
60 Pango is a library for laying out and rendering of text, with an
61 emphasis on internationalization. Pango can be used anywhere
62 that text layout is needed, though most of the work on Pango so
63 far has been done in the context of the GTK widget toolkit.
64 Pango forms the core of text and font handling for GTK.
66 homepage = "https://www.pango.org/";
67 license = licenses.lgpl21Plus;
70 ++ (with maintainers; [
74 platforms = platforms.unix;