Commit graph

32 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
Nicholas von Klitzing 6dcd9922ce i2p: 0.9.47 -> 0.9.48 2020-12-03 21:15:45 +01:00
Pavol Rusnak 0e6520beac
i2p: 0.9.42 -> 0.9.47 2020-08-28 14:40:11 +02:00
Сухарик 7f2b73d948 i2p: 0.9.41 -> 0.9.42 2019-08-28 20:01:35 +03:00
Сухарик 253f9cf574 i2p: 0.9.39 -> 0.9.41 2019-07-11 23:00:39 +02:00
Herwig Hochleitner 098fd3280e i2p: 0.9.38 -> 0.9.39 2019-04-05 15:48:34 +02:00
Herwig Hochleitner f7165b2ad6 i2p: 0.9.37 -> 0.9.38 2019-02-01 03:56:15 +01:00
Herwig Hochleitner a08feadbe1 i2p: 0.9.35 -> 0.9.37
also update tanuki's java-service-wrapper 3.5.32 -> 3.5.35
2018-10-12 12:20:35 +02:00
Herwig Hochleitner 8cec25bc23 i2p: 0.9.34 -> 0.9.35 2018-07-14 14:24:35 +02:00
Herwig Hochleitner dcf7e63f37 i2p: 0.9.33 -> 0.9.34 2018-04-21 14:57:44 +02:00
Matthew Bauer ce8ce600ae unix-tools: introduce unix-tools.nix
unix-tools.nix has a collection of tools that are commonly installed
by default in Unix derivatives. This is intended to provide
compatibility between macOS and Linux users. Three Linux-only
derivations are provided for compatbility:

- procps
- utillinux
- nettools

More tools are also provided.

Also: treewide: use unixtools

Non-comprehensive replace of Linux-only procps and util-linux with
'unixtools'.
2018-03-26 17:40:55 -05:00
Herwig Hochleitner f29b993825 i2p: 0.9.32 -> 0.9.33 2018-02-01 00:43:03 +01:00
Herwig Hochleitner d410e01588 i2p: 0.9.31 -> 0.9.32
cc @joelmo
2017-12-11 20:37:50 +01:00
Herwig Hochleitner 5eccf40eb4 i2p: 0.9.30 -> 0.9.31 2017-10-28 14:51:58 +02:00
shak-mar e3f057d845 i2p: wrapper: Fix 64bit build
I didn't actually build this on 64bit, so let's see what Travis will do.
2017-06-17 16:25:17 +02:00
shak-mar eb8e289fad i2p: Build java service wrapper from source
The most tricky part was the JAVA_TOOL_OPTIONS part.  `javah` simply
throws a NullPointerException if it cannot find a java compiler.  See
http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b27/javax/tools/ToolProvider.java#ToolProvider.getSystemJavaCompiler%28%29
on how that compiler is searched for.
2017-06-16 23:37:57 +02:00
shak-mar c66d81b4d0 i2p: 0.9.28 -> 0.9.30 2017-06-16 23:37:57 +02:00
shak-mar 800139b7fe i2p: Add i686-linux platform 2017-06-16 23:37:57 +02:00
Herwig Hochleitner 86a6083498 i2p: 0.9.26 -> 0.9.28
update patch
2017-01-02 13:14:42 +01:00
Herwig Hochleitner 8b3278b794 i2p: 0.9.25 -> 0.9.26 2016-06-12 21:51:04 +02:00
Herwig Hochleitner e4a56dbff8 i2p: 0.9.24 -> 0.9.25 2016-04-13 20:48:20 +02:00
Herwig Hochleitner 8e0bc53f94 i2p: 0.9.23 -> 0.9.24 2016-02-16 21:13:51 +01:00
Herwig Hochleitner ca659e0e89 i2p: 0.9.22 -> 0.9.23 2015-12-07 21:45:09 +01:00
Herwig Hochleitner 6c961ee810 i2p: 0.9.21 -> 0.9.22 2015-10-29 16:54:56 +01:00
Joachim Fasting 70ae60feb1 i2p: 0.9.20 -> 0.9.21
See https://geti2p.net/en/blog/post/2015/07/31/0.9.21-Release
2015-08-09 01:55:25 +02:00
Herwig Hochleitner 604dfd33f4 i2p: 0.9.19 -> 0.9.20 2015-07-22 10:33:31 +02:00
Herwig Hochleitner 9754783b06 i2p: fix compilation
- use system jdk instead of hardcoded openjdk
- remove backgrounding of service launcher
2015-04-28 15:17:58 +02:00
Herwig Hochleitner c6562348b8 i2p: update 0.9.18 -> 0.9.19 2015-04-28 14:35:36 +02:00
Joachim Fasting 8488d133f3 meta.licenses -> license 2015-04-21 23:10:07 +02:00
Joel Moberg e82a94f816 i2p: fix wrapper 2015-04-15 17:09:46 +02:00
Joel Moberg 2c6fbdefad i2p: fix platform 2015-04-15 12:38:17 +02:00
Joel Moberg 243ec61c4f i2p: initial 2015-04-01 18:15:54 +02:00