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: 2e3515456fc8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: f370553f8fb7
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 2, 2019

  1. nixos/roundcube: only configure postgres config if localhost is used …

    …as database
    
    When using a different database, the evaluation fails as
    `config.services.postgresql.package` is only set if `services.postgresql` is enabled.
    
    Also, the systemd service shouldn't have a relation to postgres if a
    remote database is used.
    Ma27 committed Apr 2, 2019
    Copy the full SHA
    6b6348e View commit details
    Browse the repository at this point in the history
  2. roundcube: don't resolve symlinks in update.sh

    A side-effect of this is that the derivation required a rewrite in order
    to apply the patch properly.
    Ma27 committed Apr 2, 2019
    Copy the full SHA
    324e6db View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Merge pull request #58804 from Ma27/roundcube-fixes

    roundcube: minor fixes
    globin committed Apr 9, 2019
    Copy the full SHA
    f370553 View commit details
    Browse the repository at this point in the history