otfcc: mark as broken

+6
+6
pkgs/by-name/ot/otfcc/package.nix
··· 9 9 pname = "otfcc"; 10 10 version = "0.10.4"; 11 11 12 + # archived by the owner on Jun 3, 2022. No viable forks. 12 13 src = fetchFromGitHub { 13 14 owner = "caryll"; 14 15 repo = "otfcc"; ··· 38 39 license = licenses.asl20; 39 40 platforms = platforms.unix; 40 41 maintainers = with maintainers; [ ttuegel ]; 42 + # Build fails on all platforms with 43 + # > configure flags: gmake 44 + # > ** Warning: action 'xcode4' sets 'os' field, which is deprecated, use 'targetos' instead. 45 + # > Error: invalid value 'StaticRuntime' for flags 46 + broken = true; 41 47 }; 42 48 43 49 }