Merge pull request #247832 from lovesegfault/misc-mainprogram

This commit is contained in:
Franz Pletz
2023-08-08 05:38:26 +02:00
committed by GitHub
3 changed files with 3 additions and 0 deletions
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "CLI PulseAudio Volume Control";
homepage = "https://github.com/falconindy/ponymix";
mainProgram = "ponymix";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ ericsagnes ];
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
you need to set "security.pam.services.swaylock = {};" manually.
'';
inherit (src.meta) homepage;
mainProgram = "swaylock";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];
@@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Backlight and Keyboard LED control tool";
homepage = "https://gitlab.com/cameronnemo/brillo";
mainProgram = "brillo";
license = [ licenses.gpl3 licenses.bsd0 ];
platforms = platforms.linux;
maintainers = [ maintainers.alexarice ];