summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/brightnessctl
AgeCommit message (Collapse)Author
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-02-10nixos/brightnessctl: Remove the moduleMichael Weiss
Due to the support of the systemd-logind API the udev rules aren't required anymore which renders this module useless [0]. Note: brightnessctl should now require a working D-Bus setup and a valid local logind session for this to work. [0]: https://github.com/NixOS/nixpkgs/pull/79663
2020-02-09brightnessctl: Add systemd supportMichael Weiss
This makes it possible to use brightnessctl without udev rules / suid.
2020-02-06brightnessctl: 0.4 -> 0.5.1R. RyanTM
2019-09-08treewide: remove redundant quotesvolth
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-04brightnessctl: fix udev, cleanup & meta updateMeghea Iulian
2018-09-25brightnessctl: 0.3.2 -> 0.4R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/brightnessctl/versions
2018-08-10brightnessctl: also install udev rulesMatthew Bauer
Fixes #44877
2018-06-18brightnessctl: fix permissionsBrian McKenna
2018-06-16brightnessctl: init at 0.3.2 (#42102)dje4321
* brightnessctl: init at 0.3.2 * Revised PR