Skip to content

Commit

Permalink
otfcc: enable darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Nov 27, 2017
1 parent 6a23fb1 commit a160fef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/tools/misc/otfcc/default.nix
Expand Up @@ -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 ];
};

Expand Down

0 comments on commit a160fef

Please sign in to comment.