harfbuzz: add mingw support
This commit is contained in:
parent
ec1a2a4f8a
commit
77d5b60802
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
changelog = "https://github.com/harfbuzz/harfbuzz/raw/${version}/NEWS";
|
||||
maintainers = [ maintainers.eelco ];
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
platforms = platforms.unix ++ platforms.windows;
|
||||
pkgConfigModules = [
|
||||
"harfbuzz"
|
||||
"harfbuzz-gobject"
|
||||
|
|
Loading…
Reference in a new issue