Commit graph

27 commits

Author SHA1 Message Date
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
WilliButz 7449a3274e
prometheus-exporters: expose tests in exporter definitions 2020-06-18 12:48:55 +02:00
Sergey Lukjanov b3fa11fa3e node-exporter: 1.0.0 -> 1.0.1 2020-06-16 08:10:24 -07:00
Sergey Lukjanov c6c55fb73b node_exporter: add Frostman to maintainers 2020-05-26 12:09:43 -07:00
Sergey Lukjanov 0d0678bf52 node_exporter: 0.18.1 -> 1.0.0 2020-05-26 12:09:11 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster c6a082b8a7
Merge pull request #63763 from thefloweringash/node-exporter-update
prometheus-node-exporter: 0.17.0 -> 0.18.1; set version information
2019-08-23 15:57:59 +02:00
Robin Gloster 4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +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
Andrew Childs a0836849f5 prometheus-node-exporter: 0.17.0 -> 0.18.1 2019-06-25 16:17:51 +09:00
Andrew Childs 42c689d70f prometheus-node-exporter: set version information 2019-06-25 16:17:46 +09:00
Franz Pletz 3db072d823
prometheus-node-exporter: now works with recent go 2019-01-11 07:55:25 +01:00
R. RyanTM 7b8c41e04c prometheus-node-exporter: 0.16.0 -> 0.17.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/node_exporter/versions
2018-12-15 01:06:41 -08:00
Yegor Timoshenko c2839a8e1f
prometheus-node-exporter: add comment pointing to upstream bug 2018-08-10 00:52:21 +03:00
Yegor Timoshenko bdf2850262 prometheus-node-exporter: work around prometheus/node_exporter#870
See: https://github.com/prometheus/node_exporter/issues/870
2018-08-09 19:47:56 +03:00
Mrmaxmeier e99a869c19 prometheus-node-exporter: 0.15.2 -> 0.16.0 2018-06-18 19:39:07 +02:00
Franz Pletz 9152ef910b
prometheus-node-exporter: 0.15.0 -> 0.15.2 2018-03-22 01:05:30 +01:00
Pascal Bach 38a66bb033 prometheus-node-exporter: 0.14.0 -> 0.15.0 2017-10-22 14:45:48 +02:00
Dan Peebles b426c85ce2 Get rid of most @rpath nonsense on Darwin
This requires some small changes in the stdenv, then working around the
weird choice LLVM made to hardcode @rpath in its install name, and then
lets us remove a ton of annoying workaround hacks in many of our Go
packages. With any luck this will mean less hackery going forward.
2017-10-08 16:13:46 -04:00
Daiderd Jordan 56ea313c29
prometheus-node-exported: fix output cycle on darwin 2017-09-13 22:08:25 +02:00
Franz Pletz bd27594bc6
promtheus-node-exporter: 0.13.0 -> 0.14.0 2017-04-29 11:44:39 +02:00
Franz Pletz 96137a6abd
prometheus-node-exporter: 0.12.0 -> 0.13.0 2016-12-01 02:02:04 +01:00
Svein Ove Aas 31a8eee841 prometheus: Bump all to newest
Disable tests for prometheus-node-exporter because one megacli test fails.

Closes #16575.
2016-07-18 20:27:53 +02:00
Kamil Chmielewski bbc37e0eb7 Moving from fetchgit generated by go2nix to fetchFromGitHub where rev is
a tag
2016-06-09 13:08:10 +02:00
Kamil Chmielewski 7eb671ebcd no more goPackages 2016-06-09 13:08:00 +02:00
Kamil Chmielewski 28b6e9863c prometheus-node-exporter: extracted from goPackages 2016-06-09 11:22:02 +02:00