mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user