about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/acpi
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2021-01-17pkgs/os-specific: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-01-17maintainers: remove mornfall from packagesYegor Timoshenko1-1/+1
2017-08-03Update homepage attributes: http -> httpsmimadrid1-1/+1
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2014-09-13transformed meta.maintainers of some packages into listsPascal Wittmann1-1/+1
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-01-28Adopt more packages.Petr Rockai1-1/+3
2013-11-27Update acpi from 1.6 -> 1.7William A. Kennington III1-2/+2
2013-10-05Some description fixesBjørn Forsman1-0/+1
There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
2013-01-14Get rid of the "sf" alias for "sourceforge"Eelco Dolstra1-1/+1
2013-01-14Update acpi, fix homepage, download from sourceforge.Vladimír Čunát1-5/+6
2011-02-24acpi: 0.09 -> 1.5 (picked from debian)David Guibert1-3/+3
svn path=/nixpkgs/trunk/; revision=26105
2010-07-28* Get rid of many instances of "args: with args;", and other codingEelco Dolstra1-2/+2
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra1-4/+6
Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
2008-02-21Add ACPI, a tiny ACPI client tool for LinuxLudovic Courtès1-0/+19
svn path=/nixpkgs/trunk/; revision=10820