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
pname = "otfcc";
10
version = "0.10.4";
11
0
12
src = fetchFromGitHub {
13
owner = "caryll";
14
repo = "otfcc";
···
38
license = licenses.asl20;
39
platforms = platforms.unix;
40
maintainers = with maintainers; [ ttuegel ];
0
0
0
0
0
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
}