goPackages.git-annex-remote-b2: init at 0.2

This commit is contained in:
Christoph Hrdinka 2016-01-26 17:54:53 +01:00
parent 7173d5d0fe
commit 890f000146
2 changed files with 10 additions and 0 deletions

View File

@ -45,6 +45,8 @@ rec {
git-annex = pkgs.haskellPackages.git-annex-with-assistant;
gitAnnex = git-annex;
git-annex-remote-b2 = pkgs.goPackages.git-annex-remote-b2;
qgit = import ./qgit {
inherit fetchurl stdenv;
inherit (xorg) libXext libX11;

View File

@ -862,6 +862,14 @@ let
subPackages = [ "./" ]; # don't try to build test fixtures
};
git-annex-remote-b2 = buildFromGitHub {
buildInputs = [ go go-backblaze ];
owner = "encryptio";
repo = "git-annex-remote-b2";
rev = "v0.2";
sha256 = "1139rzdvlj3hanqsccfinprvrzf4qjc5n4f0r21jp9j24yhjs6j2";
};
git-appraise = buildFromGitHub {
rev = "v0.3";
owner = "google";