Skip to content

Commit a160fef

Browse files
committedNov 27, 2017
otfcc: enable darwin
1 parent 6a23fb1 commit a160fef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎pkgs/tools/misc/otfcc/default.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,13 @@ stdenv.mkDerivation rec {
2626
cp bin/release-x*/otfcc* $out/bin/
2727
'';
2828

29+
enableParallelBuilding = true;
30+
2931
meta = with stdenv.lib; {
3032
description = "Optimized OpenType builder and inspector";
3133
homepage = https://github.com/caryll/otfcc;
3234
license = licenses.asl20;
33-
platforms = [ "i686-linux" "x86_64-linux" ];
35+
platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
3436
maintainers = with maintainers; [ jfrankenau ttuegel ];
3537
};
3638

0 commit comments

Comments
 (0)