mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
rofi-power-menu: adding missing meta.mainProgram
This commit is contained in:
parent
a2190cfc49
commit
789a224ab1
@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/jluttine/rofi-power-menu";
|
homepage = "https://github.com/jluttine/rofi-power-menu";
|
||||||
maintainers = with maintainers; [ ikervagyok ];
|
maintainers = with maintainers; [ ikervagyok ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "rofi-power-menu";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user