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

ibus: 1.5.13 -> 1.5.14 #19094

Merged
merged 2 commits into from
Sep 30, 2016
Merged

ibus: 1.5.13 -> 1.5.14 #19094

merged 2 commits into from
Sep 30, 2016

Conversation

ericsagnes
Copy link
Contributor

Motivation for this change

Update ibus to latest version.
release notes: https://github.com/ibus/ibus/releases/tag/1.5.14

This add a new emoji input mode, details.

This also contains the following changes:

  • added nodePackages.emojione (new dependency of ibus)
  • added an installCheck to ibus
Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • OS X
    • Linux
  • 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/)
  • Fits CONTRIBUTING.md.

cc @ttuegel

@@ -29,12 +30,14 @@ stdenv.mkDerivation rec {
"--disable-memconf"
"--enable-ui"
"--enable-python-library"
"--with-emoji-json-file=${nodePackages.emojione}/lib/node_modules/emojione/emoji.json"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this pull nodejs as a dependency?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIUC, it is a build-time dependency only. We should check it's not retained at run-time.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just emojione and it actually use only one file from it.
Neither emojione or nodejs are in the nix-store -qR list.

@ttuegel ttuegel merged commit 65f44f3 into NixOS:master Sep 30, 2016
@ericsagnes
Copy link
Contributor Author

Thanks for merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants