blueman: set meta.mainProgram to blueman-manager

Fix lib.getExe and nix run resolving to a nonexistent bin/blueman
fallback by pointing mainProgram at the shipped GUI entrypoint.
This commit is contained in:
Bad3r
2026-03-14 14:20:31 +03:00
parent e034e38676
commit 2a3fb1ec55

View File

@@ -96,6 +96,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://github.com/blueman-project/blueman";
description = "GTK-based Bluetooth Manager";
mainProgram = "blueman-manager";
license = lib.licenses.gpl3;
platforms = lib.platforms.linux;
changelog = "https://github.com/blueman-project/blueman/releases/tag/${version}";