lol

mtpfs: mark as broken on darwin

+1
+1
pkgs/tools/filesystems/mtpfs/default.nix
··· 25 25 platforms = platforms.all; 26 26 license = licenses.gpl3; 27 27 maintainers = [ maintainers.qknight ]; 28 + broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/mtpfs.x86_64-darwin 28 29 }; 29 30 }