mtpfs: mark as broken on darwin

This commit is contained in:
Dmitry Kalinkin 2022-02-09 21:00:12 -05:00
parent 88cf48cc21
commit f5417e72ae
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
license = licenses.gpl3;
maintainers = [ maintainers.qknight ];
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/mtpfs.x86_64-darwin
};
}