Skip to content

Commit

Permalink
Merge pull request #64377 from worldofpeace/kbfs
Browse files Browse the repository at this point in the history
kbfs: 2.11.0 ->  4.1.0
  • Loading branch information
kalbasit committed Jul 7, 2019
2 parents 36808e7 + d8bbbeb commit 16aa355
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 29 deletions.
28 changes: 0 additions & 28 deletions pkgs/tools/security/kbfs/default.nix

This file was deleted.

22 changes: 22 additions & 0 deletions pkgs/tools/security/keybase/kbfs.nix
@@ -0,0 +1,22 @@
{ stdenv, buildGoPackage, fetchFromGitHub, keybase }:

buildGoPackage rec {
pname = "kbfs";

inherit (keybase) src version;

goPackagePath = "github.com/keybase/client";
subPackages = [ "go/kbfs/kbfsfuse" "go/kbfs/kbfsgit/git-remote-keybase" ];

dontRenameImports = true;

buildFlags = [ "-tags production" ];

meta = with stdenv.lib; {
homepage = "https://keybase.io/docs/kbfs";
description = "The Keybase filesystem";
platforms = platforms.unix;
maintainers = with maintainers; [ rvolosatovs bennofs np ];
license = licenses.bsd3;
};
}
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -3992,7 +3992,7 @@ in
inherit (darwin.apple_sdk.frameworks) AVFoundation AudioToolbox ImageIO CoreMedia Foundation CoreGraphics MediaToolbox;
};

kbfs = callPackage ../tools/security/kbfs { };
kbfs = callPackage ../tools/security/keybase/kbfs.nix { };

keybase-gui = callPackage ../tools/security/keybase/gui.nix { };

Expand Down

0 comments on commit 16aa355

Please sign in to comment.