Merge pull request #102059 from SuperSandro2000/pango-darwin
pango: fix building on darwin
This commit is contained in:
commit
7db5cb9bf6
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue