Update snapcraft.yaml

This commit is contained in:
Dedsec1
2017-03-04 12:05:48 +00:00
committed by Nick Craig-Wood
parent 10e532bce9
commit 9bb408e1a9
+2 -2
View File
@@ -10,7 +10,7 @@ grade: stable
apps:
rclone:
command: bin/rclone
plugs: [home, network, network-bind]
plugs: [home, network, network-bind, fuse-support]
parts:
rclone:
@@ -19,4 +19,4 @@ parts:
source-tag: v1.35
source-type: git
go-importpath: github.com/ncw/rclone
build-packages: [gcc, libgudev-1.0-dev]
build-packages: [gcc, libgudev-1.0-dev, fuse]