mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
noto-fonts-color-emoji: fixup build
Lots of "coverage: missing combining sequence...", etc.
This commit is contained in:
parent
bade6f8186
commit
4c07170703
@ -50,6 +50,8 @@ stdenvNoCC.mkDerivation rec {
|
||||
sed -i 's;\t@;\t;' Makefile
|
||||
'';
|
||||
|
||||
buildFlags = [ "BYPASS_SEQUENCE_CHECK=True" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user