Skip to content

Commit

Permalink
harfbuzz: add mingw support
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Jan 11, 2024
1 parent ec1a2a4 commit 77d5b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/harfbuzz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 77d5b60

Please sign in to comment.