mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
otfcc: mark as broken
This commit is contained in:
parent
4997b19d39
commit
b6716b47a7
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue