Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 928fdab4a100
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 36de08ebe13a
Choose a head ref
  • 20 commits
  • 19 files changed
  • 1 contributor

Commits on Dec 5, 2019

  1. ibus-engines.libpinyin: fix runtime deps

    * We need PyGObject since it is not propagated by ibus anymore.
    * With python.withPackage, we no longer need wrapPython.
    * We need wrapGAppsHook still, to find GSettings schemas.
    jtojnar committed Dec 5, 2019
    Copy the full SHA
    7b530d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Copy the full SHA
    16c89d6 View commit details
    Browse the repository at this point in the history
  2. ibus-engines.table: drop unnecessary wrapPython

    * We are using python3.withPackages, which will be used via shebang.
    - gobject-introspection is used for setup hook
    jtojnar committed Dec 6, 2019
    Copy the full SHA
    6f61770 View commit details
    Browse the repository at this point in the history
  3. ibus-engines.anthy: clean up

    * format the expression and reorder to canonical order
    * gobject-introspection is used for setup hooks so it should be in native inputs
    * wrapPython is not necessary
    * 1.5.11 switched from intltool to gettext
    jtojnar committed Dec 6, 2019
    Copy the full SHA
    c1e4985 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c86b5ea View commit details
    Browse the repository at this point in the history
  5. ibus-engines.m17n: fix setup

    * add setup again
    * patch shebangs instead of wrapping
    * format the expression
    jtojnar committed Dec 6, 2019
    Copy the full SHA
    6bc71fb View commit details
    Browse the repository at this point in the history
  6. ibus-engines.uniemoji: modernize

    * Rely on patchShebangsHook instead of wrapPython
    * Format the expression
    jtojnar committed Dec 6, 2019
    Copy the full SHA
    ed4ed58 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2d405f9 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    fe59567 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    523f0dd View commit details
    Browse the repository at this point in the history
  10. unicode-emoji: init at 12.1

    jtojnar committed Dec 6, 2019
    Copy the full SHA
    808082f View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    f683626 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    8ed9398 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    ad9135a View commit details
    Browse the repository at this point in the history
  14. gucharmap: use ucd from pkgs

    jtojnar committed Dec 6, 2019
    Copy the full SHA
    133da59 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    0378baa View commit details
    Browse the repository at this point in the history
  16. nixos/ibus: install D-Bus services

    IBus contains some D-Bus services, we should install them too. And enable dconf properly.
    jtojnar committed Dec 6, 2019
    Copy the full SHA
    175359c View commit details
    Browse the repository at this point in the history
  17. nixosTests.installed-tests: allow passing extra makeTest args

    For example, extra meta tags.
    jtojnar committed Dec 6, 2019
    Copy the full SHA
    973c2fc View commit details
    Browse the repository at this point in the history
  18. ibus: add installed tests

    jtojnar committed Dec 6, 2019
    Copy the full SHA
    f6afb29 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2019

  1. Merge pull request #71442 from jtojnar/ibus-fixes

    Fix/clean up various ibus-engines
    jtojnar committed Dec 7, 2019
    Copy the full SHA
    36de08e View commit details
    Browse the repository at this point in the history