about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/s3fs
diff options
context:
space:
mode:
authorRick van Schijndel <rol3517@gmail.com>2022-05-28 15:22:26 +0200
committerRick van Schijndel <rol3517@gmail.com>2022-05-29 10:56:04 +0200
commitcd3c25616d603598d32430e30ae676f93959f6bd (patch)
treede83956780100b1e6ded58fe6490e520cf40158c /pkgs/tools/filesystems/s3fs
parent6d9a33741eecbf01e5ddaa080abb53108bcbb8f6 (diff)
treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
Diffstat (limited to 'pkgs/tools/filesystems/s3fs')
-rw-r--r--pkgs/tools/filesystems/s3fs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/s3fs/default.nix b/pkgs/tools/filesystems/s3fs/default.nix
index 58ef6442d8d04..d31e466331c04 100644
--- a/pkgs/tools/filesystems/s3fs/default.nix
+++ b/pkgs/tools/filesystems/s3fs/default.nix
@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
+    broken = stdenv.isDarwin;
     description = "Mount an S3 bucket as filesystem through FUSE";
     license = licenses.gpl2;
     platforms = platforms.linux ++ platforms.darwin;