Merge pull request #158291 from veprbl/pr/broken_lottieconverter

lottieconverter: mark as broken on darwin
This commit is contained in:
Bobby Rong 2022-02-06 13:22:11 +08:00 committed by GitHub
commit 394b005261
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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