summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2017-04-07 22:01:20 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2017-04-08 23:34:52 -0500
commit038550b596c046a66e94916ab5aea8a7cbd2b567 (patch)
tree860683c38b9259cc4a0ef01a071e4f26a9001819 /pkgs/tools/filesystems
parent2a2e9b8f2e2acedd5e8d362d5d505e468b321f02 (diff)
downloadnixlib-038550b596c046a66e94916ab5aea8a7cbd2b567.tar
nixlib-038550b596c046a66e94916ab5aea8a7cbd2b567.tar.gz
nixlib-038550b596c046a66e94916ab5aea8a7cbd2b567.tar.bz2
nixlib-038550b596c046a66e94916ab5aea8a7cbd2b567.tar.lz
nixlib-038550b596c046a66e94916ab5aea8a7cbd2b567.tar.xz
nixlib-038550b596c046a66e94916ab5aea8a7cbd2b567.tar.zst
nixlib-038550b596c046a66e94916ab5aea8a7cbd2b567.zip
gcsfuse: make linux-only
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/gcsfuse/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/gcsfuse/default.nix b/pkgs/tools/filesystems/gcsfuse/default.nix
index 06190a8f03da..086f0e0f790c 100644
--- a/pkgs/tools/filesystems/gcsfuse/default.nix
+++ b/pkgs/tools/filesystems/gcsfuse/default.nix
@@ -14,9 +14,9 @@ buildGoPackage rec {
     sha256 = "1lj9czippsgkhr8y3r7vwxgc8i952v76v1shdv10p43gsxwyyi9a";
   };
 
-  # TODO: add metadata https://nixos.org/nixpkgs/manual/#sec-standard-meta-attributes
   meta = {
     license = lib.licenses.asl20;
+    platforms = lib.platforms.linux;
     maintainers = [];
     homepage = https://cloud.google.com/storage/docs/gcs-fuse;
     description =