mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
light: Add meta.mainProgram
Add `meta.mainProgram` for use with `lib.getExe`.
This commit is contained in:
parent
6811ea649f
commit
e8978c7baa
@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
|
||||
description = "GNU/Linux application to control backlights";
|
||||
homepage = "https://haikarainen.github.io/light/";
|
||||
license = lib.licenses.gpl3;
|
||||
mainProgram = "light";
|
||||
maintainers = with lib.maintainers; [ puffnfresh dtzWill ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user