mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
gcsfuse: Don't depend on fuse.
This commit is contained in:
parent
1819d941b0
commit
3f61b437ef
@ -1,5 +1,5 @@
|
|||||||
# This file was generated by go2nix.
|
# This file was generated by go2nix.
|
||||||
{ lib, buildGoPackage, fetchgit, fuse }:
|
{ lib, buildGoPackage, fetchgit }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "gcsfuse-${version}";
|
name = "gcsfuse-${version}";
|
||||||
@ -14,8 +14,6 @@ buildGoPackage rec {
|
|||||||
sha256 = "1lj9czippsgkhr8y3r7vwxgc8i952v76v1shdv10p43gsxwyyi9a";
|
sha256 = "1lj9czippsgkhr8y3r7vwxgc8i952v76v1shdv10p43gsxwyyi9a";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ fuse ];
|
|
||||||
|
|
||||||
# TODO: add metadata https://nixos.org/nixpkgs/manual/#sec-standard-meta-attributes
|
# TODO: add metadata https://nixos.org/nixpkgs/manual/#sec-standard-meta-attributes
|
||||||
meta = {
|
meta = {
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
|
Loading…
Reference in New Issue
Block a user