Commit graph

22 commits

Author SHA1 Message Date
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
Robin Gloster 6ca6ac796b
treewide: configureFlags is a flat list 2019-12-31 01:37:49 +01:00
R. RyanTM 1e6056742d ipv6calc: 2.1.1 -> 2.2.0 (#71630)
* ipv6calc: 2.1.1 -> 2.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipv6calc/versions

* ipv6calc: add https source url
+ use postPatch hook instead of overriding patchPhase

* ipv6calc: replace legacy geoip with maxminddb
+ define install dirs using configure flags
2019-10-22 16:46:38 +02:00
R. RyanTM b7f0316aa5 ipv6calc: 1.1.0 -> 2.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipv6calc/versions
2019-09-26 15:00:48 -07: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 95c698d119 ipv6calc: 1.0.0 -> 1.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipv6calc/versions
2018-10-15 20:39:48 -07:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Tobias Geerinckx-Rice 0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Andreas Rammhold 02a41b014a
ipv6calc: 0.99.2 -> 1.0.0 (also fixes gcc-7 compilation) 2017-11-26 01:41:30 +01:00
Franz Pletz 5d851e8be8
ipv6calc: 0.99.1 -> 0.99.2 2017-06-20 03:56:39 +02:00
Tobias Geerinckx-Rice 9fb8020e4e Add version attribute where maintainers |= nckx
This will probably be mandatory soon, and is a step in the right
direction. Removes the deprecated meta.version, and move some meta
sections to the end of the file where I should have put them in
the first place.
2016-01-25 17:35:21 +01:00
Tobias Geerinckx-Rice de2bba6d8c ipv6calc: add optional ip2location support
This only links to the C library.
The database must be downloaded manually.
2015-09-07 03:33:58 +02:00
Tobias Geerinckx-Rice a07e9036ec ipv6calc: 0.99.0 -> 0.99.1 2015-09-07 02:24:10 +02:00
Tobias Geerinckx-Rice 72fd2a609c ipv6calc: make geoip and geolite-legacy "optional" 2015-07-23 03:12:22 +02:00
Tobias Geerinckx-Rice 0c00290fbb ipv6calc: 0.98.0 -> 0.99.0 2015-07-23 03:12:22 +02:00
Tobias Geerinckx-Rice 98b2d7b727 Separate nativeBuildInputs where maintainers |= nckx 2015-06-17 22:21:32 +02:00
Tobias Geerinckx-Rice 158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Tobias Geerinckx-Rice 0d9ebe7535 ipv6calc: use new geolite-legacy package
GeoIP look-ups now actually work.
2015-03-31 16:36:15 +02:00
devhell 6fa7dcfe24 ipv6calc: Update SHA
Upstream seems to have overwritten the tarball therefore changing the
SHA sum.
2015-03-15 18:04:06 +00:00
Tobias Geerinckx-Rice cda356a8f8 ipv6calc 0.97.4 -> 0.98.0 2015-02-23 02:04:08 +01:00
Tobias Geerinckx-Rice 0761330f64 Add ipv6calc: calculate/manipulate (not only) IPv6 addresses 2015-01-11 15:28:57 +01:00