nixpkgs/pkgs
aszlig dace481377
kdepim-addons: Add package expression
This is needed in order to add location information to contacts in
KAddressbook.

Packaging was quite straightforward except that it needed
akonadi-import-wizard, which I have packaged in the previous commit.

I'm committing this directly to master without a pull request, because
nothing depends on it (for obvious reasons) and packaging was trivial
enough so that if things are not as they supposed to be it can still be
changed very easily.

Tested this using the following VM configuration, because I don't run a
Plasma desktop:

(import <nixpkgs/nixos> {
  configuration = { pkgs, ... }: {
    environment.systemPackages = with import <nixpkgs> {}; [
      kdeApplications.kaddressbook kdeApplications.kdepim-addons
    ];
    users.users.test.isNormalUser = true;
    virtualisation.diskSize = 4096;
    virtualisation.memorySize = 2048;

    services.xserver = {
      enable = true;
      inherit ((import <nixpkgs/nixos> {}).config.services.xserver) layout;
      displayManager.sddm.enable = true;
      displayManager.sddm.autoLogin.enable = true;
      displayManager.sddm.autoLogin.user = "test";
      desktopManager.default = "plasma5";
      desktopManager.plasma5.enable = true;
    };
  };
}).vm

The test I've done is using KAddressbook and check whether the location
tab is working and it does now.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @ttuegel, @vandenoever
2018-05-08 11:48:16 +02:00
..
applications kdepim-addons: Add package expression 2018-05-08 11:48:16 +02:00
build-support dockerTools.pullImage: Fix build with sandboxing 2018-05-06 04:57:24 +02:00
common-updater
data Merge pull request #40123 from romildo/fix.iconpack-obsidian 2018-05-07 14:13:42 +01:00
desktops Merge pull request #40155 from jtojnar/gnome-3.28.2 2018-05-08 04:42:29 +02:00
development Merge pull request #40159 from Ekleog/cargo-fuzz-0.5.3 2018-05-08 07:43:40 +01:00
games bzflag: 2.4.12 -> 2.4.14 2018-05-07 06:34:51 -07:00
misc Merge pull request #39404 from dwe11er/wine-vulkan 2018-05-07 16:25:50 +01:00
os-specific Merge pull request #40118 from r-ryantm/auto-update/alfred 2018-05-07 13:40:00 +01:00
servers home-assistant: use new python modules for components 2018-05-07 21:37:46 +02:00
shells dash: 0.5.9.1 -> 0.5.10 2018-05-07 04:32:20 -07:00
stdenv check-meta.nix: specify meta.timeout 2018-04-27 00:25:37 +02:00
test
tools bluemix-cli: init at 0.6.6 (#40147) 2018-05-08 09:22:25 +01:00
top-level bluemix-cli: init at 0.6.6 (#40147) 2018-05-08 09:22:25 +01:00