rofi-bluetooth: add meta.mainProgram
Related PR: NixOS#246386
This commit is contained in:
parent
ec6bbdce00
commit
3e7a9b2adb
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://github.com/nickclyde/rofi-bluetooth";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ MoritzBoehme ];
|
||||
mainProgram = "rofi-bluetooth";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue