9 , gobject-introspection
19 stdenv.mkDerivation rec {
23 outputs = [ "out" "dev" "devdoc" ];
24 outputBin = "devdoc"; # demo app
26 src = fetchFromGitLab {
27 domain = "gitlab.gnome.org";
31 sha256 = "mHfhCKzLfP1BkqM+FiLUlo/I0TCe3G8C0lmO6007pMY=";
59 doCheck = !stdenv.isDarwin;
67 xvfb-run meson test --print-errorlogs
73 # Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back.
74 moveToOutput share/doc/libshumate-1.0 "$devdoc"
78 updateScript = gnome.updateScript {
80 versionPolicy = "none";
85 description = "GTK toolkit providing widgets for embedded maps";
86 homepage = "https://gitlab.gnome.org/GNOME/libshumate";
87 license = licenses.lgpl21Plus;
88 maintainers = teams.gnome.members;
89 platforms = platforms.unix;