11 gobject-introspection,
19 stdenv.mkDerivation rec {
20 pname = "libgedit-amtk";
29 src = fetchFromGitLab {
30 domain = "gitlab.gnome.org";
33 repo = "libgedit-amtk";
35 hash = "sha256-D6jZmadUHDtxedw/tCsKHzcWXobs6Vb7dyhbVKqu2Zc=";
48 ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
52 propagatedBuildInputs = [
53 # Required by libgedit-amtk-5.pc
59 dbus # For dbus-run-session
62 doCheck = stdenv.hostPlatform.isLinux;
67 ${xvfb-run}/bin/xvfb-run -s '-screen 0 800x600x24' dbus-run-session \
68 --config-file=${dbus}/share/dbus-1/session.conf \
69 meson test --print-errorlogs
74 passthru.updateScript = gitUpdater { };
77 homepage = "https://gitlab.gnome.org/World/gedit/libgedit-amtk";
78 changelog = "https://gitlab.gnome.org/World/gedit/libgedit-amtk/-/blob/${version}/NEWS?ref_type=tags";
79 description = "Actions, Menus and Toolbars Kit for GTK applications";
80 maintainers = with maintainers; [
84 license = licenses.lgpl21Plus;
85 platforms = platforms.linux;