9 , gobject-introspection
14 stdenv.mkDerivation rec {
15 pname = "text-engine";
17 src = fetchFromGitHub {
21 sha256 = "sha256-YSG4Vk3hrmtaJkK1WAlQcdgiDdgC4Un0t6UdaoIcUes=";
24 nativeBuildInputs = [ gobject-introspection gtk4 meson ninja pkg-config ];
26 buildInputs = [ libadwaita json-glib libxml2 ];
29 description = "Rich text framework for GTK";
30 homepage = "https://github.com/mjakeman/text-engine";
31 license = with licenses; [ mpl20 lgpl21Plus ];
32 maintainers = with maintainers; [ foo-dogsquared ];