tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
otfcc: mark as broken
Sarah Clark
8 months ago
b6716b47
4997b19d
+6
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ot
otfcc
package.nix
+6
pkgs/by-name/ot/otfcc/package.nix
···
9
9
pname = "otfcc";
10
10
version = "0.10.4";
11
11
12
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
42
+
# Build fails on all platforms with
43
43
+
# > configure flags: gmake
44
44
+
# > ** Warning: action 'xcode4' sets 'os' field, which is deprecated, use 'targetos' instead.
45
45
+
# > Error: invalid value 'StaticRuntime' for flags
46
46
+
broken = true;
41
47
};
42
48
43
49
}