1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

gcsfuse: Don't depend on fuse.

This commit is contained in:
Corbin 2016-09-29 07:48:03 -07:00
parent 1819d941b0
commit 3f61b437ef

View file

@ -1,5 +1,5 @@
# This file was generated by go2nix.
{ lib, buildGoPackage, fetchgit, fuse }:
{ lib, buildGoPackage, fetchgit }:
buildGoPackage rec {
name = "gcsfuse-${version}";
@ -14,8 +14,6 @@ buildGoPackage rec {
sha256 = "1lj9czippsgkhr8y3r7vwxgc8i952v76v1shdv10p43gsxwyyi9a";
};
propagatedBuildInputs = [ fuse ];
# TODO: add metadata https://nixos.org/nixpkgs/manual/#sec-standard-meta-attributes
meta = {
license = lib.licenses.asl20;