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: c948613a6532
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a0c525bd0a93
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 25, 2018

  1. gajim: Re-enable tests

    Just because the tests need GTK+, I think it's not a good idea to simply
    disable them when we're still able to use an X virtual framebuffer to
    run them anyway.
    
    As with the package we had prior to version 1.0 I've disabled the
    resolver test, because this one requires networking.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    Cc: @abbradar, @Mic92, @7c6f434c
    aszlig committed Mar 25, 2018
    Copy the full SHA
    adb5844 View commit details
    Browse the repository at this point in the history
  2. gajim: Add gnome3.defaultIconTheme to buildInputs

    This is for systems that are not using a full desktop environment, so
    Gajim can fall back to the default icon theme of Gnome 3.
    
    Among just fixing aesthetics this also fixes a few exceptions that were
    triggered by Gajim not finding the icons. One example of this is when
    you enter the plugins dialog, the window is empty if the icons can't be
    found.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    Cc: @abbradar, @Mic92, @7c6f434c
    aszlig committed Mar 25, 2018
    Copy the full SHA
    a0c525b View commit details
    Browse the repository at this point in the history