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

Commits on Feb 8, 2019

  1. roundcubePlugins: init

    This meta-package is supposed to contain third-party roundcube plugins
    such as `persistent_login` that will be linked into the roundcube
    derivation.
    Ma27 authored and globin committed Feb 8, 2019
    Copy the full SHA
    2820e1d View commit details
    Browse the repository at this point in the history
  2. roundcube: add withPlugins function

    This function creates a new store path with roundcube sources and all
    specified plugins. It can be used like this:
    
    ```
    roundcube.withPlugins (plugins: with plugins; [
      persistent_login
    ])
    ```
    Ma27 authored and globin committed Feb 8, 2019
    Copy the full SHA
    df0d115 View commit details
    Browse the repository at this point in the history
  3. nixos/roundcube: add package option

    With this option it's possible to specify a custom expression for
    `roundcube`, i.e. a roundcube environment with third-party plugins as
    shown in the testcase.
    Ma27 authored and globin committed Feb 8, 2019
    Copy the full SHA
    6fb825b View commit details
    Browse the repository at this point in the history