go-ipfs: add a minimum of metadata

From go-packages.nix, one would think descriptions frowned-upon :-(
Licences should be mandatory as well.
This commit is contained in:
Tobias Geerinckx-Rice 2016-01-10 18:37:50 +01:00
parent 82af770fa6
commit 7f885c82c3

View File

@ -1804,6 +1804,10 @@ let
repo = "go-ipfs";
sha256 = "00p7kv6000bk6lbqqnnf4xy5pmd93fv6fihji3vn7br53645blaa";
disabled = isGo14;
meta = with stdenv.lib; {
description = "A global, versioned, peer-to-peer filesystem";
license = licenses.mit;
};
};
json2csv = buildFromGitHub{