summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorCorbin <cds@corbinsimpson.com>2016-09-26 00:51:04 -0700
committerCorbin <cds@corbinsimpson.com>2016-09-26 07:51:50 -0700
commiteef90e4153b5e94579d9c1055083c37f8f780ce1 (patch)
tree89fd40813fcd0e1690a097202e86a8a6b1ab4cc9 /pkgs
parent28f03219d5b7ab52e56fea08933bcd1fc56b0327 (diff)
downloadnixlib-eef90e4153b5e94579d9c1055083c37f8f780ce1.tar
nixlib-eef90e4153b5e94579d9c1055083c37f8f780ce1.tar.gz
nixlib-eef90e4153b5e94579d9c1055083c37f8f780ce1.tar.bz2
nixlib-eef90e4153b5e94579d9c1055083c37f8f780ce1.tar.lz
nixlib-eef90e4153b5e94579d9c1055083c37f8f780ce1.tar.xz
nixlib-eef90e4153b5e94579d9c1055083c37f8f780ce1.tar.zst
nixlib-eef90e4153b5e94579d9c1055083c37f8f780ce1.zip
gcsfuse: init at v0.19.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/filesystems/gcsfuse/default.nix23
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 25 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/gcsfuse/default.nix b/pkgs/tools/filesystems/gcsfuse/default.nix
new file mode 100644
index 000000000000..7dd679402260
--- /dev/null
+++ b/pkgs/tools/filesystems/gcsfuse/default.nix
@@ -0,0 +1,23 @@
+# This file was generated by go2nix.
+{ stdenv, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
+
+buildGoPackage rec {
+  name = "gcsfuse-${version}";
+  version = "81281027";
+  rev = "81281027c0093e3f916a6e611a128ec5c3a12ece";
+
+  goPackagePath = "github.com/googlecloudplatform/gcsfuse";
+
+  src = fetchgit {
+    inherit rev;
+    url = "https://github.com/googlecloudplatform/gcsfuse";
+    sha256 = "1lj9czippsgkhr8y3r7vwxgc8i952v76v1shdv10p43gsxwyyi9a";
+  };
+
+  # Fully vendored, apparently.
+  goDeps = null;
+
+  # TODO: add metadata https://nixos.org/nixpkgs/manual/#sec-standard-meta-attributes
+  meta = {
+  };
+}
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 434b0674c9a0..8d648e7fbd53 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -505,6 +505,8 @@ in
    SDL = SDL_sixel;
   };
 
+  gcsfuse = callPackage ../tools/filesystems/gcsfuse { };
+
   lastpass-cli = callPackage ../tools/security/lastpass-cli { };
 
   pass = callPackage ../tools/security/pass { };