Commit graph

40 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
R. RyanTM c908f3a456 zerotierone: 1.6.1 -> 1.6.2 2020-12-05 09:58:17 +01:00
Daniel Fullmer 4d15dd3a08 zerotierone: 1.6.0 -> 1.6.1 2020-11-26 20:43:00 +01:00
Daniel Fullmer c05b0c32af zerotierone: 1.4.6 -> 1.6.0 2020-11-26 20:43:00 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Daniel Fullmer d467d6ce4a
zerotierone: enable package test (#82738) 2020-03-16 19:43:35 +00:00
misuzu 795dcf8908 zerotierone: it supports all platforms 2020-03-16 18:17:18 +02:00
misuzu 8efac4fc98 zerotierone: fix build on armv7l via gcc9 2020-03-16 18:16:43 +02:00
Daniel Fullmer 115534cf8c zerotierone: add arm platform
Tested on raspberry pi 1.
2020-01-03 20:26:42 -05:00
Daniel Fullmer 7fffda016c zerotierone: add danielfullmer as maintainer 2020-01-03 20:26:42 -05:00
Daniel Fullmer 44d0aed677 zerotierone: fix cross compilation 2020-01-03 20:26:42 -05:00
Austin Seipp fcdbe74ddb
zerotierone: 1.4.4 -> 1.4.6
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-16 14:27:56 -05:00
Daniel Fullmer 33b67761be zerotierone: 1.4.2 -> 1.4.4 (#67648) 2019-08-28 20:28:46 +00:00
R. RyanTM ed07403382 zerotierone: 1.4.0 -> 1.4.2 (#67175)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zerotierone/versions
2019-08-21 08:51:31 +00:00
Daniel Fullmer 8c975f2f38 zerotierone: 1.2.12 -> 1.4.0 2019-07-30 13:19:15 -04:00
Ben Ford c28898dc70 zerotierone: fix route handling on Linux (#45391)
Add some substitutions for the ip calls in ManagedRoutes. Fixes #45022
2018-08-21 13:25:32 +01:00
R. RyanTM 81712b8b5a zerotierone: 1.2.10 -> 1.2.12
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zerotierone/versions.
2018-08-07 20:58:42 -07:00
R. RyanTM e7d3dee45b zerotierone: 1.2.8 -> 1.2.10
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/zerotierone/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/vd1y0dqqxk8dm0g7daw4anxfip7l97cm-zerotierone-1.2.10/bin/zerotier-idtool had a zero exit code or showed the expected version
- /nix/store/vd1y0dqqxk8dm0g7daw4anxfip7l97cm-zerotierone-1.2.10/bin/zerotier-cli passed the binary check.
- /nix/store/vd1y0dqqxk8dm0g7daw4anxfip7l97cm-zerotierone-1.2.10/bin/zerotier-one passed the binary check.
- 2 of 3 passed binary check by having a zero exit code.
- 2 of 3 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/87164b4a118f54881debe8986fa9d125
- du listing: https://gist.github.com/d1842159ba2f6272856b4451d5860bf7
2018-06-18 18:17:57 -07:00
Matthew Bauer 02297beade treewide: add version to packages
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:

 $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'

See issue #41007.
2018-05-25 15:48:05 -05:00
obadz 65adfc73ad zerotierone: 1.2.4 -> 1.2.8 2018-04-28 14:47:13 +01:00
John Ericson f79f80dbf2 treewide: get rid of platforms.allBut
Negative reasoning like `allBut` is a bad idea with an open world of
platforms. Concretely, if we add a new, quite different sort of
platform, existing packages with `allBut` will claim they work on it
even though they probably won't.
2018-03-14 18:44:42 -04:00
Emery Hemingway f5b6c1e58d zerotierone: 1.2.2 -> 1.2.4 2017-05-16 10:43:32 -05:00
David Guibert f0ba178a3c zerotierone: 1.1.14 -> 1.2.2 (#24614) 2017-04-04 15:36:46 +01:00
zimbatm 12532879b0 zerotierone: 1.1.12 -> 1.1.14 2016-12-27 17:47:41 +00:00
Joachim Fasting 8246a845b4
zerotierone: gzip -9 -> gzip -9n
Note that it does not seem to make a difference to `nix-build --check`.
2016-12-20 15:32:07 +01:00
Franz Pletz 2ce60ead60 zerotierone: fix evaluation 2016-07-21 04:56:19 +02:00
Rok Garbas e2f6c6b9d2 Merge pull request #16620 from zimbatm/ronn-0.7.3
Ronn 0.7.3
2016-07-21 01:23:06 +02:00
zimbatm dc6306a69d zerotierone: 1.1.6 -> 1.1.12 2016-07-14 14:02:54 +01:00
zimbatm cbe5813e84 zerotierone: use compile from the stdenv 2016-06-30 12:28:50 +01:00
zimbatm 4932524080 zerotierone: build manpages 2016-06-30 11:12:20 +01:00
Daniel Fullmer 3f4f3c4005 zerotierone: 1.1.4 -> 1.1.6 2016-06-29 21:45:40 -04:00
Vladimír Čunát 09af15654f Merge master into closure-size
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Daniel Fullmer 110dfca988 zerotierone: hardcoded path fix
New code in zerotier broke the previous substitution where we refer to
the correct path for "ip".
2016-02-27 22:13:41 -05:00
zimbatm 99910d97c2 zerotierone: 1.1.0 -> 1.1.4 2016-02-19 23:01:30 +00:00
Vladimír Čunát e2f5ba1937 treewide: fix invocations of installBin command
I've removed the trivial command in 4e72b61de.
I think `install -Dt "$out/bin"` is a better replacement anyway,
as it can be easily used to other directories than $out/bin.

/cc @ehmry who seems to maintain many packages with this usage.
(BTW, it would be better to have maintainer attribute same as github
username, as it makes pinging maintainers much easier.)
2015-12-05 13:59:05 +01:00
Anders Lundstedt 1c15a77a5d zerotierone: 1.0.5 -> 1.1.0 2015-11-19 21:19:15 +01:00
Anders Lundstedt 7fcad28102 zerotierone: 1.0.4 -> 1.0.5 2015-10-16 00:16:21 +02:00
Daniel Fullmer e23ee274b6 zerotierone: 1.0.2 -> 1.0.4 and fix for hardcoded path 2015-08-21 23:06:50 +00:00
Luca Bruno 92150ef3ac zerotierone: doesn't build on i686 (ZHF) 2015-07-22 20:27:53 +02:00
Stewart Mackenzie bdc7c6366e New package: ZeroTierOne 2015-04-05 21:41:15 +08:00