Merge pull request #248556 from ambroisie/meta-main-program
{rofi-bluetooth,i3lock}: add meta.mainProgram
This commit is contained in:
commit
2eb9cd6547
@ -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;
|
||||
};
|
||||
})
|
||||
|
@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = "https://i3wm.org/i3lock/";
|
||||
maintainers = with maintainers; [ malyn domenkozar ];
|
||||
mainProgram = "i3lock";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user