pango: fix building on darwin
This commit is contained in:
parent
0b32140b34
commit
f195c8f7ac
@ -40,6 +40,8 @@ in stdenv.mkDerivation rec {
|
||||
mesonFlags = [
|
||||
"-Dgtk_doc=${if stdenv.isDarwin then "false" else "true"}"
|
||||
"-Dlibthai=disabled" # Not packaged in Nixpkgs
|
||||
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
||||
"-Dxft=disabled" # only works with x11
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user