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: dc13a051a5cc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 8a21566fe53c
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 9, 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.
    
    (cherry picked from commit 6b6348e)
    Ma27 authored and globin committed Apr 9, 2019
    Copy the full SHA
    8111202 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.
    
    (cherry picked from commit 324e6db)
    Ma27 authored and globin committed Apr 9, 2019
    Copy the full SHA
    8a21566 View commit details
    Browse the repository at this point in the history