3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications
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
..
altcoins particl-core: replace utillinux with unixtools.hexdump 2018-05-06 15:15:04 +01:00
audio spotify: remove platform assertion 2018-05-07 14:06:35 +02:00
backup treewide: remove placeholder usage 2018-03-27 20:14:44 +02:00
display-managers treewide: move "extensions" drvs to dir 2018-04-17 13:50:49 -05:00
editors sublime3: 3162(dev), 3143(stable) -> 3170(stable, dev) 2018-05-07 17:10:19 +02:00
gis grass: compile with libLAS 2018-04-17 09:29:02 +01:00
graphics Merge pull request #39771 from r-ryantm/auto-update/graphicsmagick 2018-05-05 15:50:45 -05:00
inferno
kde kdepim-addons: Add package expression 2018-05-08 11:48:16 +02:00
misc Merge pull request #40056 from r-ryantm/auto-update/xmrig 2018-05-08 10:08:04 +01:00
networking telepathy-logger: 0.8.0 → 0.8.2 2018-05-07 22:05:01 +02:00
office Merge pull request #39647 (Add KMyMoney) 2018-05-05 23:46:29 +02:00
science tamarin-prover: 1.3.1 -> 1.4.0 2018-05-07 11:17:49 -05:00
search grepcidr: init at 2.0 (#38685) 2018-04-20 15:40:28 +02:00
version-management Merge pull request #40155 from jtojnar/gnome-3.28.2 2018-05-08 04:42:29 +02:00
video mkcast: drop and replace with xscast (#40026) 2018-05-06 11:27:31 +01:00
virtualization qemu: fix spaces in postInstall 2018-05-07 19:23:47 +03:00
window-managers i3lock-color: fix manpage-name and manpage (#40095) 2018-05-07 23:19:02 +02:00