summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific/linux/acpitool
AgeCommit message (Collapse)Author
2021-01-17pkgs/os-specific: stdenv.lib -> libBen Siraphob
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-10-04treewide: fix dead anonscm.debian.org linksLinus Heckemann
2017-08-17acpitool: use sourceforge.net for project pageMatthew Bauer
old url was broken
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2016-06-26acpitool: port debian patchesGraham Christensen
Without these patches, specifically the 0001-Do-not-assume-fixed-line-lengths-for-proc-acpi-wakeu.patch (wakeu patch typo from upstream,) acpitool will consume 100% CPU when reading long lines (>40 characters) like: ADP1 S4 *disabled platform:ACPI0003:00
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk
2010-05-27acpitool-0.5.1David Guibert
svn path=/nixpkgs/trunk/; revision=22011
2009-03-03* Cleaned up a lot of description fields that contained newlines.Eelco Dolstra
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-Tool, a command-line ACPI client for Linux.Ludovic Courtès
svn path=/nixpkgs/trunk/; revision=10819