otfcc: mark as broken

+6
+6
pkgs/by-name/ot/otfcc/package.nix
··· 9 pname = "otfcc"; 10 version = "0.10.4"; 11 12 src = fetchFromGitHub { 13 owner = "caryll"; 14 repo = "otfcc"; ··· 38 license = licenses.asl20; 39 platforms = platforms.unix; 40 maintainers = with maintainers; [ ttuegel ]; 41 }; 42 43 }
··· 9 pname = "otfcc"; 10 version = "0.10.4"; 11 12 + # archived by the owner on Jun 3, 2022. No viable forks. 13 src = fetchFromGitHub { 14 owner = "caryll"; 15 repo = "otfcc"; ··· 39 license = licenses.asl20; 40 platforms = platforms.unix; 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; 47 }; 48 49 }