Commit graph

20 commits

Author SHA1 Message Date
Samuel Gräfenstein 489ca03773
lm_sensors: add meta.mainProgram 2021-04-29 14:51:50 +02:00
Peng Mei Yu 99c7befb5c lm-sensors: Read system configuration files from /etc directory 2021-03-23 12:44:31 +08:00
Ben Siraphob 16d91ee628 pkgs/os-specific: stdenv.lib -> lib 2021-01-17 23:26:08 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Ben Wolsieffer cba24b487e lm_sensors: fix cross-compilation 2020-10-07 21:40:29 -04:00
R. RyanTM 5d1910c83c lm_sensors: 3.5.0 -> 3.6.0 (#71668)
* 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
2019-10-25 20:21:49 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Will Dietz 60b743853b lm_sensors: 3.4.0 -> 3.5.0
* 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
2018-12-01 17:02:49 +01:00
Vladimír Čunát 9b48a67731
treewide: fix various links (homepage, src) 2018-09-03 16:53:02 +02:00
Markus Kowalewski c8ff1aeb7b
lm-sensors: add license 2018-08-30 21:35:57 +02:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* 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
2018-06-28 20:43:35 +02:00
Will Dietz e2ef21d9b5 lm_sensors: add musl patch from alpine.
Doesn't fix build yet due to use of unconventional
object file extensions (which shouldn't matter but do).
2018-02-13 09:44:50 -06:00
Dan Peebles dfd300c81d treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/
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.
2018-02-08 16:38:08 -05:00
sg2002 af9cf7ec77 lm-sensors: add option to enable sensord (#32172) 2017-12-02 15:46:14 +00:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tobias Geerinckx-Rice b71463128c
lm_sensors: add Fedora mirror
Upstream's down, causing build failures on machines not mine.
Verified against cached upstream tarball in my store.
2016-05-18 15:58:01 +02:00
Tobias Geerinckx-Rice 311b56b764
lm_sensors: 3.3.5 -> 3.4.0 2016-05-18 15:55:22 +02:00
Evgeny Egorochkin 832324d5eb lm_sensors: update from 3.3.4 to 3.3.5 2014-02-04 21:58:25 +02:00
Aristid Breitkreuz e70c15bb26 lm_sensors 3.3.4 update, support for many more sensors 2013-09-07 16:10:27 +02:00
Eelco Dolstra 9eecf0e076 * lm_sensors -> lm-sensors.
svn path=/nixpkgs/trunk/; revision=30997
2011-12-21 10:28:51 +00:00