Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

noto-fonts-emoji: 2018-04-24-pistol-update -> 2018-08-10-unicode11 #50969

Merged
merged 2 commits into from Nov 24, 2018

Conversation

dtzWill
Copy link
Member

@dtzWill dtzWill commented Nov 23, 2018

https://github.com/googlei18n/noto-emoji/releases/tag/v2018-08-10-unicode11

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: noto-fonts-emoji

Partial log (click to expand)

glibPreInstallPhase
installing
glibPreFixupPhase
glibPreFixupPhase
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/n6pdy323jn7s5dp1h5b0f0vq98nvm3n3-noto-fonts-emoji-2018-08-10-unicode11
strip is /nix/store/6dpnd5aniypn8124mmy8f88s4mq2zl07-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/n6pdy323jn7s5dp1h5b0f0vq98nvm3n3-noto-fonts-emoji-2018-08-10-unicode11
checking for references to /build in /nix/store/n6pdy323jn7s5dp1h5b0f0vq98nvm3n3-noto-fonts-emoji-2018-08-10-unicode11...
/nix/store/n6pdy323jn7s5dp1h5b0f0vq98nvm3n3-noto-fonts-emoji-2018-08-10-unicode11

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: noto-fonts-emoji

Partial log (click to expand)

rm build/emoji/emoji_u1f975.png NotoColorEmoji.tmpl.ttx
glibPreInstallPhase
glibPreInstallPhase
installing
glibPreFixupPhase
glibPreFixupPhase
post-installation fixup
strip is /nix/store/rk3p99jbj4idl3dkkg1rxja5gz0qgs98-cctools-binutils-darwin/bin/strip
patching script interpreter paths in /nix/store/0icwz6zagb5x3w6spbr297b3rml95qaw-noto-fonts-emoji-2018-08-10-unicode11
/nix/store/0icwz6zagb5x3w6spbr297b3rml95qaw-noto-fonts-emoji-2018-08-10-unicode11

@c0bw3b
Copy link
Contributor

c0bw3b commented Nov 23, 2018

Regarding licensing:

Emoji fonts (under the fonts subdirectory) are under the SIL Open Font License, version 1.1.
Tools and most image resources are under the Apache license, version 2.0.

So it should be license = licenses.ofl; or license = with licenses; [ ofl asl20 ];

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: noto-fonts-emoji

Partial log (click to expand)

glibPreInstallPhase
installing
glibPreFixupPhase
glibPreFixupPhase
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/zs0f1wlk844dqipi0r7yvkplsm1ckqag-noto-fonts-emoji-2018-08-10-unicode11
strip is /nix/store/rpbg8gmqxhz8g61p1plz5d2srs84pvmv-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/zs0f1wlk844dqipi0r7yvkplsm1ckqag-noto-fonts-emoji-2018-08-10-unicode11
checking for references to /build in /nix/store/zs0f1wlk844dqipi0r7yvkplsm1ckqag-noto-fonts-emoji-2018-08-10-unicode11...
/nix/store/zs0f1wlk844dqipi0r7yvkplsm1ckqag-noto-fonts-emoji-2018-08-10-unicode11

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: noto-fonts-emoji

Partial log (click to expand)

/nix/store/0icwz6zagb5x3w6spbr297b3rml95qaw-noto-fonts-emoji-2018-08-10-unicode11

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: noto-fonts-emoji

Partial log (click to expand)

/nix/store/zs0f1wlk844dqipi0r7yvkplsm1ckqag-noto-fonts-emoji-2018-08-10-unicode11

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: noto-fonts-emoji

Partial log (click to expand)

glibPreInstallPhase
installing
glibPreFixupPhase
glibPreFixupPhase
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/n6pdy323jn7s5dp1h5b0f0vq98nvm3n3-noto-fonts-emoji-2018-08-10-unicode11
strip is /nix/store/6dpnd5aniypn8124mmy8f88s4mq2zl07-binutils-2.30/bin/strip
patching script interpreter paths in /nix/store/n6pdy323jn7s5dp1h5b0f0vq98nvm3n3-noto-fonts-emoji-2018-08-10-unicode11
checking for references to /build in /nix/store/n6pdy323jn7s5dp1h5b0f0vq98nvm3n3-noto-fonts-emoji-2018-08-10-unicode11...
/nix/store/n6pdy323jn7s5dp1h5b0f0vq98nvm3n3-noto-fonts-emoji-2018-08-10-unicode11

@c0bw3b c0bw3b merged commit a33ee55 into NixOS:master Nov 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants