We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 6a23fb1 commit a160fefCopy full SHA for a160fef
pkgs/tools/misc/otfcc/default.nix
@@ -26,11 +26,13 @@ stdenv.mkDerivation rec {
26
cp bin/release-x*/otfcc* $out/bin/
27
'';
28
29
+ enableParallelBuilding = true;
30
+
31
meta = with stdenv.lib; {
32
description = "Optimized OpenType builder and inspector";
33
homepage = https://github.com/caryll/otfcc;
34
license = licenses.asl20;
- platforms = [ "i686-linux" "x86_64-linux" ];
35
+ platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
36
maintainers = with maintainers; [ jfrankenau ttuegel ];
37
};
38
0 commit comments