summary refs log tree commit diff
path: root/pkgs/os-specific/linux/powertop/default.nix
Commit message (Collapse)AuthorAge
* powertop: 2.8 -> 2.9Franz Pletz2017-06-20
|
* powertop: add homepage, cleanupFranz Pletz2016-10-14
|
* powertop: call "xset" from $PATHPeter Simons2016-01-31
| | | | | | | | | | | | | Patch the source code to find "xset" in $PATH rather than expecting the hard-coded path "/usr/bin/xset" to work. I've decided *not* to hard-code a proper path like "${xset}/bin/xset", because that reference greatly increases the size of the powertop closure. Since "xset" is required only for --calibrate (and that even seems to work fine without it), it felt like an optional dependency is more appropriate in this case. Thanks to @heydojo locating the source code file that needs patching. Fixes https://github.com/NixOS/nixpkgs/issues/12662.
* powertop: 2.7 -> 2.8Louis Taylor2016-01-13
| | | | | Removed patch, since an equivalent fix was made upstream and included in the 2.8 release.
* powertop: fix --auto-tuneCharles Strahan2015-10-15
| | | | See https://lists.01.org/pipermail/powertop/2014-December/001727.html
* powertop: Patch out path to /sbin/modprobe (close #8702)Tuomas Tynkkynen2015-07-09
| | | | | | | | The modprobe call is made via system(), so an absolute path is not needed if modprobe is in PATH. Which it is by default at least in NixOS and Arch. Fixes #5424.
* Update Powertop: 2.6.1 -> 2.7Thomas Strobel2014-12-07
|
* Upgrade: powertop: 2.5 -> 2.6.1Thomas Strobel2014-08-14
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* powertop: update from 2.2 to 2.5Nixpkgs Monitor2013-12-23
|
* powertop: fix and updateVladimír Čunát2013-02-02
|
* module-init-tools: Fix URLEelco Dolstra2013-01-15
|
* powertop: upgrade to 2.1Mathijs Kwik2012-09-09
|
* powertop-2.0Florian Friesdorf2012-06-11
| | | | svn path=/nixpkgs/trunk/; revision=34451
* powertop: modprobe configs if /proc/config.gz is missingFlorian Friesdorf2011-10-13
| | | | svn path=/nixpkgs/trunk/; revision=29822
* powertop: renamed inotify patchFlorian Friesdorf2011-10-13
| | | | svn path=/nixpkgs/trunk/; revision=29821
* fix powertop INOTIFY suggestionFlorian Friesdorf2011-10-13
| | | | | | INOTIFY_USER exists since 2.6.18 svn path=/nixpkgs/trunk/; revision=29810
* powertop meta infoFlorian Friesdorf2011-10-13
| | | | svn path=/nixpkgs/trunk/; revision=29807
* Updating powertop.Lluís Batlle i Rossell2011-03-18
| | | | svn path=/nixpkgs/trunk/; revision=26426
* bump powertop to 1.11Armijn Hemel2009-03-09
| | | | svn path=/nixpkgs/trunk/; revision=14458
* new powertopArmijn Hemel2008-03-03
| | | | svn path=/nixpkgs/trunk/; revision=10932
* add powertop (www.linuxpowertop.org)Armijn Hemel2007-09-23
svn path=/nixpkgs/trunk/; revision=9358