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
Ollie Charles
1675b11cd4
Remove myself from maintainers sets
...
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
Gabriel Ebner
0fc9ad9622
opentsdb: use jdk8
2020-09-19 17:43:55 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
c3a7cd24f1
opentsdb: 2.3.1 -> 2.4.0
2020-02-07 16:06:29 +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
R. RyanTM
f855beb988
opentsdb: 2.3.0 -> 2.3.1 ( #41273 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/opentsdb/versions .
These checks were done:
- built on NixOS
- /nix/store/bzg1dfd5xpc3rqgi601a162vajil47r0-opentsdb-2.3.1/bin/tsdb passed the binary check.
- Warning: no invocation of /nix/store/bzg1dfd5xpc3rqgi601a162vajil47r0-opentsdb-2.3.1/bin/.tsdb-wrapped had a zero exit code or showed the expected version
- 1 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.3.1 with grep in /nix/store/bzg1dfd5xpc3rqgi601a162vajil47r0-opentsdb-2.3.1
- directory tree listing: https://gist.github.com/b48d02ce7d61ccc9a1066feef216ebeb
- du listing: https://gist.github.com/fa09ba05d6c0f628805a900c2624ac13
2018-05-31 08:46:06 +02:00
Vladimír Čunát
655a301221
opentsdb: fixup sandboxed builds
...
http://hydra.nixos.org/build/46688690
/cc maintainer @rickynils.
2017-01-21 09:19:02 +01:00
Rickard Nilsson
7f71dd0c49
opentsdb: 2.2.0 -> 2.3.0
2017-01-20 09:52:30 +01:00
Rickard Nilsson
656c48f141
opentsdb: 2.1.1 -> 2.2.0
2016-06-10 08:17:20 +00:00
Rickard Nilsson
94eac9ccbd
opentsdb: 2.1.0 -> 2.1.1
2015-09-29 14:26:12 +02:00
Oliver Charles
aef701babc
opentsdb: Update 2.1.0 (official release)
2015-05-14 11:50:22 +01:00
Domen Kožar
9b7b2ce8eb
Revert "Introduce patchShebangsPhase ran in preConfigurePhases"
...
This reverts commit 512fbb280f
.
See #5368
2015-01-08 10:26:49 +01:00
Domen Kožar
512fbb280f
Introduce patchShebangsPhase ran in preConfigurePhases
...
(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-01-02 02:58:32 +01:00
Oliver Charles
40bbc1806a
opentsdb: Use the release tarball
...
Now that https://github.com/OpenTSDB/opentsdb/issues/420 is resolved
we can use the official release tarball. This includes all third
party JARs, which vastly simplifies the build expression.
2014-12-12 12:43:15 +00:00
Domen Kožar
3dc551fcc3
opentsdb: patch shebangs in correct directory
...
(cherry picked from commit 105b77f36f1810287b0f32036ae5303dae8c5a66)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-11 09:17:45 +01:00
Oliver Charles
1132484200
opentsdb: Use fetchurl to fetch all dependencies
2014-11-27 12:06:01 +00:00
Vladimír Čunát
bdc323c540
opentsdb: mark as broken
...
It tries to download things and fails. CC @ocharles.
2014-11-27 00:45:47 +01:00
Oliver Charles
9cab0e1b8a
Add meta information to hbase, bosun, scollector, opentsdb
2014-11-24 14:40:48 +00:00
Oliver Charles
751a2943f4
opentsdb: Upgrade to 2.1.0-RC1
2014-11-24 14:40:47 +00:00
Oliver Charles
764cca613d
opentsdb: New package and NixOS module
2014-11-24 14:40:47 +00:00