Commit graph

55 commits

Author SHA1 Message Date
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +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
R. RyanTM 85255c33f5 collectd: 5.11.0 -> 5.12.0 2020-09-07 16:12:19 +00:00
R. RyanTM 73772f37c5 collectd: 5.10.0 -> 5.11.0 2020-05-01 09:07:01 +02:00
Martin Milata 970ce2863f collectd: 5.8.1 -> 5.10.0 2020-03-10 18:05:59 +01:00
Jörg Thalheim 725f85e271
net-snmp: rename from net_snmp 2019-12-21 22:56:08 +00:00
Astro 690b3c4e19 collectd: add lua plugin buildInputs 2019-10-20 00:53:49 +02:00
Astro 06abd24886 nixos/collectd: add option buildMinimalPackage 2019-10-20 00:53:49 +02:00
Astro efab039575 collectd: parameterize with optional enabledPlugins 2019-10-20 00:53:49 +02:00
Vladimír Čunát 22a216849b
Re-Revert "Merge branch 'staging-next'"
This reverts commit f8a8fc6c7c.
2019-09-22 09:38:09 +02:00
Vladimír Čunát f8a8fc6c7c
Revert "Merge branch 'staging-next'"
This reverts commit 41af38f372, reversing
changes made to f0fec244ca.

Let's delay this.  We have some serious regressions.
2019-09-21 20:05:09 +02:00
Izorkin 329a88efa7 treewide: replace mysql.connector-c to libmysqlclient 2019-09-09 15:55:34 +03:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00: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
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Jörg Thalheim ce2cea80bf
collectd: add comment regarding propagated libraries 2018-12-21 13:43:10 +01:00
Jörg Thalheim e7ad85552e
Revert "Revert "collectd: fix build with lm_sensors" (#52619)"
This reverts commit c5398741e0.
2018-12-21 13:39:23 +01:00
Timo Kaufmann c5398741e0
Revert "collectd: fix build with lm_sensors" (#52619) 2018-12-21 13:11:22 +01:00
Jörg Thalheim 46b75db767
collectd: fix build with lm_sensors 2018-12-21 11:27:36 +01:00
Franz Pletz a2412a765f
collectd: 5.8.0 -> 5.8.1 2018-11-20 13:43:20 +01: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
Luke Adams 6e316ed6a3 collectd: kafka patch for 18.03 (#36257) 2018-03-03 17:33:48 +00:00
Frederik Rietdijk 2d0bead714 Merge remote-tracking branch 'upstream/master' into HEAD 2017-12-30 17:04:54 +01:00
volth 4026ea9c8a collectd: 5.7.2 -> 5.8.0
This is https://github.com/NixOS/nixpkgs/pull/32811 without refactoring parts.

Closes #32811
2017-12-29 17:34:55 +00:00
Orivej Desh 3c8cff253e Revert "collectd: 5.7.2 -> 5.8.0"
This reverts commit 7b9c5b4849.

This is incomplete, collectd is being updated in
https://github.com/NixOS/nixpkgs/pull/32811
2017-12-29 13:48:09 +00:00
Franz Pletz 7b9c5b4849
collectd: 5.7.2 -> 5.8.0 2017-12-29 11:37:20 +01:00
Robin Gloster 6903ea6050 treewide: libmysql -> mysql.connector-c 2017-12-29 02:18:35 +01:00
Tuomas Tynkkynen 94e88d6bae collectd: Fix build after LVM2 upgrade 2017-10-22 18:23:32 +03:00
Orivej Desh fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00
volth e713349922 collectd: fix darwin build (#29841)
- liboping supported on darwin since #29849
- libmicrohttpd supported on darwin since #29848
2017-09-28 22:05:07 +02:00
John Ericson ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
Peter Hoeg 719aa35c0c collectd-data: init at 5.7.0 - contains just data files from collectd 2017-08-11 09:47:27 +08:00
Volth 2f1c67746c collectd: fix configureFlags and place jars to $out/share/java 2017-06-30 23:26:23 +00:00
Franz Pletz 7f1fc9f838
collectd: 5.7.0 -> 5.7.2 2017-06-20 03:45:40 +02:00
Franz Pletz 281a56af4a
collectd: 5.6.0 -> 5.7.0 2017-01-22 13:00:58 +01:00
Corbin Simpson edddd76165 collectd: patch deprecated usage of readdir_r() (#18956) 2016-09-25 19:52:55 +02:00
Franz Pletz 63052c1126
collectd: 5.5.2 -> 5.6.0 2016-09-24 15:33:31 +02:00
Franz Pletz 415e1983ca collectd: Fix build on Glibc 2.24 2016-08-23 19:17:36 +02:00
Franz Pletz a3f6ca6d17 collectd: 5.5.1 -> 5.5.2 (security)
Fixes CVE-2016-6254.
2016-08-05 04:07:31 +02:00
Kyle McKean 544d9a7620 collectd: add snmp support 2016-06-23 16:54:28 +02:00
Franz Pletz 47a7b42d51 collectd: 5.5.0 -> 5.5.1 2016-05-03 16:15:20 +02:00
Sheena Artrip 0bffa2f1a9 libcollectdclient: make client derive from collectd package
collectd: split version and name

libcollectdclient: make client derive from collectd package
2016-03-17 23:26:09 -04:00
Rhys ac94a5d86c collectd: allow mysql to be null 2016-02-27 12:02:44 +11:00
Robbin C 1a8d4c4ac6 collectd: Enable SMART plugin 2015-10-30 15:26:35 +08:00
Rickard Nilsson d4bebcbd12 collectd: 5.4.2 -> 5.5.0 2015-10-22 13:07:56 +02:00
Luca Bruno 19a1b86a15 collectd: update and reintroduce rabbitmq-c 0.4 to fix build for ZHF 2015-04-17 15:07:46 +02:00
William A. Kennington III a604b42480 mysql: Use libs in place of the binary mysql 2015-04-01 16:46:53 -07:00
Vladimír Čunát 06c6d4696d *: fix builds by disregarding warning from new glibc
Also, in case of collectd, the -lgcc_s shouldn't be needed anymore,
as the library is in ${glibc}/lib/ now, which is practically always on RPATH.

In case of seyren it was some stdenv change uncovering the mistake of
putting src into buildInputs.
2014-11-28 18:42:03 +01:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00