20 gobject-introspection,
25 gsettings-desktop-schemas,
28 stdenv.mkDerivation (finalAttrs: {
29 pname = "gnome-bluetooth";
32 # TODO: split out "lib"
41 url = "mirror://gnome/sources/gnome-bluetooth/${lib.versions.majorMinor finalAttrs.version}/gnome-bluetooth-${finalAttrs.version}.tar.xz";
42 hash = "sha256-bJSeUsi+zCBU2qzWBJAfZs5c9wml+pHEu3ysyTm1Pqk=";
46 # Fix build with meson 0.61.
47 # sendto/meson.build:24:5: ERROR: Function does not take positional arguments.
49 url = "https://gitlab.gnome.org/GNOME/gnome-bluetooth/-/commit/755fd758f866d3a3f7ca482942beee749f13a91e.patch";
50 hash = "sha256-N0MJ0pYO411o2CTNZHWmEoG2m5TGUjR6YW6HSXHTR/A=";
76 gsettings-desktop-schemas
85 chmod +x meson_post_install.py # patchShebangs requires executable file
86 patchShebangs meson_post_install.py
90 updateScript = gnome.updateScript {
91 packageName = "gnome-bluetooth";
92 attrPath = "gnome-bluetooth_1_0";
98 homepage = "https://help.gnome.org/users/gnome-bluetooth/stable/index.html.en";
99 description = "Application that let you manage Bluetooth in the GNOME destkop";
100 mainProgram = "bluetooth-sendto";
102 license = licenses.gpl2Plus;
103 platforms = platforms.linux;