Merge pull request #169372 from Infinidoge/fix/acpilight-mainProgram

acpilight: set mainProgram = "xbacklight"
main
Thiago Kenji Okada 2 years ago committed by GitHub
commit 4a28d0f3bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/misc/acpilight/default.nix

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = with maintainers; [ smakarov ];
platforms = platforms.linux;
mainProgram = "xbacklight";
};
}

Loading…
Cancel
Save