mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
harfbuzz: broaden platforms
Builds for FreeBSD.
This commit is contained in:
parent
07d1985822
commit
c5b8ba3891
@ -110,6 +110,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://harfbuzz.github.io/";
|
||||
maintainers = [ maintainers.eelco ];
|
||||
license = licenses.mit;
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user