Skip to content

Commit

Permalink
ipfs: build with generic go; mark as broken
Browse files Browse the repository at this point in the history
This does not build after the binutils update due to go 1.5 failing and
ifps needs an upgrade to build with newer go.

cc packager @kamilchm
  • Loading branch information
globin committed Aug 29, 2016
1 parent df935b0 commit 06d63f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/networking/ipfs/default.nix
@@ -1,6 +1,6 @@
{ stdenv, buildGo15Package, fetchFromGitHub }:
{ stdenv, buildGoPackage, fetchFromGitHub }:

buildGo15Package rec {
buildGoPackage rec {
name = "ipfs-${version}";
version = "i20160112--${stdenv.lib.strings.substring 0 7 rev}";
rev = "7070b4d878baad57dcc8da80080dd293aa46cabd";
Expand All @@ -17,5 +17,6 @@ buildGo15Package rec {
meta = with stdenv.lib; {
description = "A global, versioned, peer-to-peer filesystem";
license = licenses.mit;
broken = true;
};
}

0 comments on commit 06d63f6

Please sign in to comment.