10 , gobject-introspection
15 stdenv.mkDerivation rec {
16 pname = "text-engine";
18 src = fetchFromGitHub {
22 sha256 = "sha256-YSG4Vk3hrmtaJkK1WAlQcdgiDdgC4Un0t6UdaoIcUes=";
26 # Fixes build with newer versions of clang
28 url = "https://github.com/mjakeman/text-engine/commit/749c94d853c0b0e29e79a1b270ec61947b65c319.patch";
29 hash = "sha256-vs/a8IBovArw8tc1ZLUsaDHRVyA71KMB1NGENOKNOdk=";
33 nativeBuildInputs = [ gobject-introspection gtk4 meson ninja pkg-config ];
35 buildInputs = [ libadwaita json-glib libxml2 ];
38 description = "Rich text framework for GTK";
39 homepage = "https://github.com/mjakeman/text-engine";
40 license = with licenses; [ mpl20 lgpl21Plus ];
41 maintainers = with maintainers; [ foo-dogsquared ];