summary refs log tree commit diff
path: root/pkgs/misc/acpilight
Commit message (Collapse)AuthorAge
* acpilight: set mainProgram = "xbacklight"Infinidoge2022-04-19
|
* pythonPackages: deprecate ConfigArgParse aliasSandro Jäckel2021-07-21
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* tree-wide: fix malformed meta.maintainerstilpner2019-08-19
| | | | | | These packages stood out while processing packages.json.gz, where the maintainer field of some packages wasn't a list of sets, but a nested list, or a string.
* acpilight: 1.1 -> 1.2Daniel Schaefer2019-06-25
|
* acpilight: fix build errorarcnmx2019-06-22
| | | | udevadm should not run as part of make install
* acpilight: use default python3Robert Schütz2019-04-01
|
* acpilight: init at 1.1Sergey Makarov2019-02-24
Use pname instead of manual adding version to package name