From 10d329a6d2edef8428d06b48cd299a8eb9bca624 Mon Sep 17 00:00:00 2001 From: Jos van den Oever Date: Fri, 21 Apr 2017 16:45:54 +0200 Subject: kdeApplications: 16.12.3 -> 17.04.0 --- pkgs/applications/kde/marble.nix | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'pkgs/applications/kde/marble.nix') diff --git a/pkgs/applications/kde/marble.nix b/pkgs/applications/kde/marble.nix index c151396f2476..5322c66b01d1 100644 --- a/pkgs/applications/kde/marble.nix +++ b/pkgs/applications/kde/marble.nix @@ -1,6 +1,8 @@ { kdeApp, lib, kdeWrapper -, extra-cmake-modules, qtscript, qtsvg, qtquickcontrols -, gpsd +, extra-cmake-modules, kdoctools +, qtscript, qtsvg, qtquickcontrols, qtwebkit +, krunner, shared_mime_info, kparts, knewstuff +, gpsd, perl }: let @@ -9,9 +11,10 @@ let name = "marble"; meta.license = with lib.licenses; [ lgpl21 gpl3 ]; - nativeBuildInputs = [ extra-cmake-modules ]; + nativeBuildInputs = [ extra-cmake-modules kdoctools perl ]; propagatedBuildInputs = [ - qtscript qtsvg qtquickcontrols + qtscript qtsvg qtquickcontrols qtwebkit shared_mime_info + krunner kparts knewstuff gpsd ]; @@ -20,6 +23,6 @@ let in kdeWrapper { inherit unwrapped; - targets = [ "bin/marble-qt" ]; + targets = [ "bin/marble-qt" "bin/marble" ]; paths = [ unwrapped ]; } -- cgit 1.4.1