mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
ipfs: build with generic go; mark as broken
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
This commit is contained in:
parent
df935b01e7
commit
06d63f6652
@ -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";
|
||||
@ -17,5 +17,6 @@ buildGo15Package rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A global, versioned, peer-to-peer filesystem";
|
||||
license = licenses.mit;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user