about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/gcsfuse
diff options
context:
space:
mode:
authorSandro Jäckel2023-04-09 03:03:41 +0200
committerWeijia Wang2023-06-13 17:54:26 +0300
commit3ad7d71afe3ab501f9da5424b9a8b73be230fc58 (patch)
tree24d544d249b2ad037b2bb8bf0f7a1caa75635dea /pkgs/tools/filesystems/gcsfuse
parenta62bcbcd129bc39c1e46d04a5428d04c469a9669 (diff)
treewide: don't set platforms.unix for buildGoModule
Diffstat (limited to 'pkgs/tools/filesystems/gcsfuse')
-rw-r--r--pkgs/tools/filesystems/gcsfuse/default.nix1
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 ];
   };
 }