diff options
Diffstat (limited to 'pkgs/tools/filesystems/gcsfuse')
-rw-r--r-- | pkgs/tools/filesystems/gcsfuse/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/gcsfuse/default.nix b/pkgs/tools/filesystems/gcsfuse/default.nix index 795e653087b1..b04497b1104c 100644 --- a/pkgs/tools/filesystems/gcsfuse/default.nix +++ b/pkgs/tools/filesystems/gcsfuse/default.nix @@ -42,7 +42,6 @@ buildGoModule rec { homepage = "https://cloud.google.com/storage/docs/gcs-fuse"; changelog = "https://github.com/GoogleCloudPlatform/gcsfuse/releases/tag/v${version}"; license = licenses.asl20; - platforms = platforms.unix; maintainers = with maintainers; [ aaronjheng ]; }; } |