mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
otfcc: enable darwin
This commit is contained in:
parent
6a23fb10a9
commit
a160fef26d
1 changed files with 3 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue