From a160fef26dff3a8f3efcd7333bbbd039ee041b5e Mon Sep 17 00:00:00 2001 From: Orivej Desh Date: Mon, 27 Nov 2017 00:07:53 +0000 Subject: otfcc: enable darwin --- pkgs/tools/misc/otfcc/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/tools/misc/otfcc') diff --git a/pkgs/tools/misc/otfcc/default.nix b/pkgs/tools/misc/otfcc/default.nix index 00ddd12d3cf..f55f4e53296 100644 --- a/pkgs/tools/misc/otfcc/default.nix +++ b/pkgs/tools/misc/otfcc/default.nix @@ -26,11 +26,13 @@ stdenv.mkDerivation rec { cp bin/release-x*/otfcc* $out/bin/ ''; + enableParallelBuilding = true; + meta = with stdenv.lib; { description = "Optimized OpenType builder and inspector"; homepage = https://github.com/caryll/otfcc; license = licenses.asl20; - platforms = [ "i686-linux" "x86_64-linux" ]; + platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ]; maintainers = with maintainers; [ jfrankenau ttuegel ]; }; -- cgit 1.4.1