diff options
| author | Elias Probst <mail@eliasprobst.eu> | 2021-06-05 00:59:08 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-18 09:47:42 +0000 |
| commit | a3839b3c7a30a2629170d30effcdd2c1656ea6df (patch) | |
| tree | 98b95f8cefeed4ee2df830cd35de129c7faa645e | |
| parent | kmail: fix calling ext. applications (diff) | |
| download | nixpkgs-origin/backport-108824-to-release-21.05.tar.gz | |
kmail: use multiple outputsorigin/backport-108824-to-release-21.05
(cherry picked from commit a0a30df0e6f7e8b8028e7e0a94ebdd4541169a95)
| -rw-r--r-- | pkgs/applications/kde/kmail.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/kmail.nix b/pkgs/applications/kde/kmail.nix index ed051d631b3c..1a33eb2fe203 100644 --- a/pkgs/applications/kde/kmail.nix +++ b/pkgs/applications/kde/kmail.nix @@ -101,6 +101,7 @@ mkDerivation { kleopatra pim-data-exporter ]; + outputs = [ "out" "doc" ]; propagatedUserEnvPkgs = [ kdepim-runtime kwallet akonadi ]; postFixup = '' wrapProgram "$out/bin/kmail" \ |
