Unverified Commit 3e261a12 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

otfcc: mark as broken (#404195)

parents f7454dec b6716b47
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
  pname = "otfcc";
  version = "0.10.4";

  # archived by the owner on Jun 3, 2022. No viable forks.
  src = fetchFromGitHub {
    owner = "caryll";
    repo = "otfcc";
@@ -38,6 +39,11 @@ stdenv.mkDerivation rec {
    license = licenses.asl20;
    platforms = platforms.unix;
    maintainers = with maintainers; [ ttuegel ];
    # Build fails on all platforms with
    #        > configure flags: gmake
    #   > ** Warning: action 'xcode4' sets 'os' field, which is deprecated, use 'targetos' instead.
    #   > Error: invalid value 'StaticRuntime' for flags
    broken = true;
  };

}