summary refs log tree commit diff
path: root/pkgs/os-specific/linux/lm-sensors
Commit message (Collapse)AuthorAge
* lm_sensors: add meta.mainProgramSamuel Gräfenstein2021-04-29
|
* lm-sensors: Read system configuration files from /etc directoryPeng Mei Yu2021-03-23
|
* 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
* lm_sensors: fix cross-compilationBen Wolsieffer2020-10-07
|
* lm_sensors: 3.5.0 -> 3.6.0 (#71668)R. RyanTM2019-10-25
| | | | | | | | | | | * lm_sensors: 3.5.0 -> 3.6.0 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/lm-sensors/versions * lm-sensors: proper makeFlags array
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* lm_sensors: 3.4.0 -> 3.5.0Will Dietz2018-12-01
| | | | | | | | | * lm_sensors: 3.4.0 -> 3.5.0 (#51117) Using releases posted on github, they work and I'm not sure how those fedora URL's are found anyway. * lm_sensors: cleanup
* treewide: fix various links (homepage, src)Vladimír Čunát2018-09-03
|
* lm-sensors: add licenseMarkus Kowalewski2018-08-30
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* lm_sensors: add musl patch from alpine.Will Dietz2018-02-13
| | | | | Doesn't fix build yet due to use of unconventional object file extensions (which shouldn't matter but do).
* treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/Dan Peebles2018-02-08
| | | | | Upstream killed the pkgs server but src continues to serve up the exact same content, so we can just point there and all hashes should be unchanged.
* lm-sensors: add option to enable sensord (#32172)sg20022017-12-02
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* lm_sensors: add Fedora mirrorTobias Geerinckx-Rice2016-05-18
| | | | | Upstream's down, causing build failures on machines not mine. Verified against cached upstream tarball in my store.
* lm_sensors: 3.3.5 -> 3.4.0Tobias Geerinckx-Rice2016-05-18
|
* lm_sensors: update from 3.3.4 to 3.3.5Evgeny Egorochkin2014-02-04
|
* lm_sensors 3.3.4 update, support for many more sensorsAristid Breitkreuz2013-09-07
|
* * lm_sensors -> lm-sensors.Eelco Dolstra2011-12-21
svn path=/nixpkgs/trunk/; revision=30997