Merge pull request #158864 from veprbl/pr/broken_mtpfs

mtpfs: mark as broken on darwin
This commit is contained in:
Bobby Rong 2022-02-10 17:53:13 +08:00 committed by GitHub
commit 1882c6b736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
};
}