rofi-bluetooth: add meta.mainProgram

Related PR: NixOS#246386
This commit is contained in:
Bruno BELANYI 2023-08-11 16:06:15 +00:00
parent ec6bbdce00
commit 3e7a9b2adb

View file

@ -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;
};
})