Commit graph

26 commits

Author SHA1 Message Date
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
Maximilian Bosch 0f65693e6b
wireguard-go: fix executable name
It's supposed to be `wireguard-go` instead of `wireguard`. Upstream does
this right in their Makefile, however we use our own build-script which
creates a wrong file in $out, so it has to be fixed in the
`postInstall`-hook.

Closes #88567
2020-05-23 17:12:52 +02:00
Maximilian Bosch 9a8e600be4
wireguard-go: 0.0.20200121 -> 0.0.20200320
https://git.zx2c4.com/wireguard-go/tag/?h=v0.0.20200320
2020-05-10 01:35:29 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maximilian Bosch 5c066f9bfb
wireguard-go: 0.0.20191012 -> 0.0.20200121 2020-03-13 20:59:53 +01:00
Maximilian Bosch 069188467c
wireguard-go: fix darwin build
https://hydra.nixos.org/build/109407984
2020-01-05 16:42:17 +01:00
Maximilian Bosch 117d43d1a0
wireguard-go: 20190908 -> 20191012 2020-01-03 14:08:18 +01:00
Mario Rodas b5a018f148
wireguard-go: 0.0.20190517 -> 0.0.20190908 2019-10-03 20:00:00 -05: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
Florian Klink 9df70b05c4 wireguard-go: 0.0.20181222 -> 0.0.20190517 2019-06-01 23:06:38 +02:00
Florian Klink 24818b25b0 wireguard-go: add updateScript 2019-06-01 23:06:38 +02:00
elseym 2380290ad8
wireguard-go: 0.0.20181001 -> 0.0.20181222 2019-02-22 16:02:51 +01:00
Yegor Timoshenko fed0a4ec94
wireguard-go: 0.0.20180613 -> 0.0.20181001 2018-10-13 12:26:42 +00:00
Yegor Timoshenko 9807281253 wireguard{,-go,-tools}: 0.0.20180531 -> 0.0.20180613 2018-06-14 19:45:15 +00:00
Yegor Timoshenko 2391e836f9 wireguard-go: drop redundant relative import patch 2018-06-11 01:26:04 +00:00
Yegor Timoshenko 2a13dc778f wireguard-go: assign yegortimoshenko as maintainer 2018-06-09 06:39:43 +03:00
Yegor Timoshenko 6bcbd22997 wireguard-go: 0.0.20180519 -> 0.0.20180531 2018-06-09 06:02:56 +03:00
Jason A. Donenfeld 8d575415ad wireguard: fix up text, maintainer, and version 2018-05-22 02:58:13 +02:00
Yegor Timoshenko 4f979105af
wireguard-go: fix hash 2018-05-22 03:40:14 +03:00
Jason A. Donenfeld 0f2de9334e wireguard: bump version and limit platforms 2018-05-22 02:16:33 +02:00
Kirill Elagin 388b21436a
wireguard-go: add myself as a maintainer 2018-05-19 14:25:57 +03:00
Kirill Elagin ab1dd9c585
wireguard-go: use fetchzip instead of fetchurl 2018-05-19 13:01:59 +03:00
Kirill Elagin 5f3480e04d
wireguard-go: use deps2nix for dependencies 2018-05-19 13:01:41 +03:00
Kirill Elagin 3b44015e1a
wireguard-go: use postPatch instead of patchPhase 2018-05-19 12:42:13 +03:00
Kirill Elagin b599f672e4
wireguard-go: init at 0.0.20180514 2018-05-19 11:19:33 +03:00