Commit graph

20 commits

Author SHA1 Message Date
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Luflosi 8a7d28b994
ipfs-cluster: unstable-2020-10 -> 0.13.1
https://github.com/ipfs/ipfs-cluster/releases/tag/v0.13.1
2021-01-25 01:33:24 +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
Colin L Rice eabc2286e3 ipfs-cluster: 0.13.0 -> unstable-2020-10
ipfs-cluster hasn't had a release since may 2020, however go-ipfs needs
to be updated for support with go1.15 and go1.16 (1.14 goes out of
support in february).

I've requested they tag a new revision, but until then we'll have to use
an unstable version.

I've re enabled the tests since they pass and are critical to catch
errors within ipfs-cluster (and in general make maintenance easier). One
test failed, so I manually disabled it via a patch and .Skip()
2021-01-09 14:48:12 -05:00
Luflosi b4a51441b8
ipfs-cluster: remove unused variables 2020-10-25 22:08:09 +01:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
R. RyanTM b44f547c53 ipfs-cluster: 0.12.1 -> 0.13.0 2020-06-11 10:05:50 -07:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas 6852ecdcf5 ipfs-cluster: fix build on darwin 2020-03-21 05:27:00 -05:00
Nathan Fish 50c997c000 ipfs-cluster: 0.11.0 -> 0.12.1 2020-03-14 03:23:19 +00:00
Nathan Fish d4d76528cb ipfs-cluster 0.9.0 -> 0.11.0 (#72820) 2019-11-05 22:32:32 +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
Andreas Rammhold 2bee6ce89e
ipfs-cluster: 0.8.0 -> 0.9.0 2019-03-02 10:57:07 +01:00
Joseph G Lukasik 4c1cb03427 ipfs-cluster: 0.7.0 -> 0.8.0 2019-02-08 23:10:35 +00:00
Franz Pletz 899659c99e
ipfs-cluster: 0.5.0 -> 0.7.0 2018-11-20 13:43:20 +01:00
Joseph Lukasik 314d1fcdcb Add gx-go to nativeBuildInputs for ipfs-cluster 2018-09-01 16:01:43 -07:00
Joseph Lukasik aeb360caa3 ipfs-cluster: init at 0.5.0 2018-08-30 14:39:48 -07:00