summary refs log tree commit diff
path: root/pkgs/os-specific/linux/acpi
Commit message (Collapse)AuthorAge
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* maintainers: remove mornfall from packagesYegor Timoshenko2018-01-17
|
* Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* transformed meta.maintainers of some packages into listsPascal Wittmann2014-09-13
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Adopt more packages.Petr Rockai2014-01-28
|
* Update acpi from 1.6 -> 1.7William A. Kennington III2013-11-27
|
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | 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.
* Get rid of the "sf" alias for "sourceforge"Eelco Dolstra2013-01-14
|
* Update acpi, fix homepage, download from sourceforge.Vladimír Čunát2013-01-14
|
* acpi: 0.09 -> 1.5 (picked from debian)David Guibert2011-02-24
| | | | svn path=/nixpkgs/trunk/; revision=26105
* * Get rid of many instances of "args: with args;", and other codingEelco Dolstra2010-07-28
| | | | | | | guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | 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
* Add ACPI, a tiny ACPI client tool for LinuxLudovic Courtès2008-02-21
svn path=/nixpkgs/trunk/; revision=10820