Commit graph

29 commits

Author SHA1 Message Date
volth 7d252394cc
rrdtool: add passthru.perlModule
... so it can be used in `perl.withPackages`

A bit tricky though, because rrdtool is not in `perlPackages`
```nix
perl.withPackages(p: [ (rrdtool.override{ inherit (p) perl; }) ])
```
2021-03-31 21:35:38 +02:00
Ben Siraphob 76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM a149c7543a rrdtool: 1.7.1 -> 1.7.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rrdtool/versions
2019-07-20 14:23:32 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Pascal Wittmann e9982cc501
rrdtool: 1.7.0 -> 1.7.1 2019-02-06 20:06:57 +01:00
volth bb9557eb7c lib.makePerlPath -> perlPackages.makePerlPath 2018-12-15 03:50:31 +00: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
Pascal Wittmann f63c21569f
Fix homepage links (see #30636) 2017-11-11 17:36:48 +01:00
Volth 85b9ff29e9 rrdtool: apply upstream patch to fix file permission
fixes #26780 #26782
2017-06-24 16:38:20 +01:00
Pascal Wittmann 2fd359c978
rrdtool: 1.6.0 -> 1.7.0 2017-06-18 11:53:17 +02:00
Matthew Bauer 65d9a8e4fb
rrdtool: fix macOS build 2017-04-08 23:28:03 -05:00
Pascal Wittmann 5cded7db86
rrdtool: 1.5.6 -> 1.6.0 2017-02-05 19:06:29 +01:00
Franz Pletz 77c891f55c
rrdtool: 1.5.5 -> 1.5.6 2017-01-22 12:57:53 +01:00
Anthony Cowley daafa6514c rrdtool: darwin compatibility
I needed Tcl-8.5 to build on darwin. Not sure where it comes from on
Linux.
2016-05-19 11:00:23 -04:00
Pascal Wittmann 23a9b9b88a rrdtool: move perl libraries to the expected place
closes #12801
2016-02-07 17:17:37 +01:00
Pascal Wittmann 4fab7b32f0 rrdtool: 1.5.4 -> 1.5.5 2015-11-20 17:11:09 +01:00
Pascal Wittmann d73829576d rrdtool: update from 1.5.3 to 1.5.4 2015-08-21 08:49:49 +02:00
Pascal Wittmann 7761b0454d rddtool: update from 1.4.9 to 1.5.3 2015-05-19 20:08:15 +02:00
Pascal Wittmann 6bc900d9e7 rrdtool: update from 1.4.5 to 1.4.9 2015-01-22 18:58:51 +01:00
Domen Kožar f70acd2584 munin: fix test 2014-08-31 16:54:09 +02:00
Eelco Dolstra 8a7f3c3618 Mark a bunch of packages as broken or not supported on Darwin 2014-08-08 17:59:02 +02:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Lluís Batlle i Rossell db287c1b38 Updating rrdtool.
svn path=/nixpkgs/trunk/; revision=27096
2011-05-02 17:03:05 +00:00
Lluís Batlle i Rossell 08d3f9460d Fixing rrdtool expression evaluation.
svn path=/nixpkgs/trunk/; revision=24195
2010-10-10 11:07:04 +00:00
Lluís Batlle i Rossell 58550eef98 Setting hydra to build rrdtool
svn path=/nixpkgs/trunk/; revision=24194
2010-10-10 11:06:55 +00:00
Lluís Batlle i Rossell 2630b87a8c Adding rrdtool.
svn path=/nixpkgs/trunk/; revision=14713
2009-03-25 19:13:24 +00:00