21 gobject-introspection,
26 gsettings-desktop-schemas,
29 stdenv.mkDerivation (finalAttrs: {
30 pname = "gnome-bluetooth";
33 # TODO: split out "lib"
42 url = "mirror://gnome/sources/gnome-bluetooth/${lib.versions.major finalAttrs.version}/gnome-bluetooth-${finalAttrs.version}.tar.xz";
43 hash = "sha256-A+PnQDoVEI/8FJYhCh2lwpYbKDSlwH7Mx6P0kxldq6M=";
59 ] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [ mesonEmulatorHook ];
69 gsettings-desktop-schemas
72 mesonFlags = [ "-Dgtk_doc=true" ];
75 updateScript = gnome.updateScript {
76 packageName = "gnome-bluetooth";
81 homepage = "https://gitlab.gnome.org/GNOME/gnome-bluetooth";
82 changelog = "https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/blob/${finalAttrs.version}/NEWS?ref_type=tags";
83 description = "Application that lets you manage Bluetooth in the GNOME desktop";
84 mainProgram = "bluetooth-sendto";
85 maintainers = teams.gnome.members;
86 license = licenses.gpl2Plus;
87 platforms = platforms.linux;