summary refs log tree commit diff
path: root/pkgs/applications/kde-apps-15.04
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-05-13 20:23:30 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-05-13 20:53:12 -0500
commit6b777ba4524c1b78b1e81a2954ca6204ee56b2b6 (patch)
treec924b5f82ee1e6a67951cc6a4874c9fec54cc71e /pkgs/applications/kde-apps-15.04
parentc37888a730ee5152da1d977e8e2e1513c0ab9d9f (diff)
downloadnixlib-6b777ba4524c1b78b1e81a2954ca6204ee56b2b6.tar
nixlib-6b777ba4524c1b78b1e81a2954ca6204ee56b2b6.tar.gz
nixlib-6b777ba4524c1b78b1e81a2954ca6204ee56b2b6.tar.bz2
nixlib-6b777ba4524c1b78b1e81a2954ca6204ee56b2b6.tar.lz
nixlib-6b777ba4524c1b78b1e81a2954ca6204ee56b2b6.tar.xz
nixlib-6b777ba4524c1b78b1e81a2954ca6204ee56b2b6.tar.zst
nixlib-6b777ba4524c1b78b1e81a2954ca6204ee56b2b6.zip
kdeApps_15_04.kstars: add missing dependencies
Diffstat (limited to 'pkgs/applications/kde-apps-15.04')
-rw-r--r--pkgs/applications/kde-apps-15.04/default.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/pkgs/applications/kde-apps-15.04/default.nix b/pkgs/applications/kde-apps-15.04/default.nix
index 5e41712a14fb..4bb239afc9fc 100644
--- a/pkgs/applications/kde-apps-15.04/default.nix
+++ b/pkgs/applications/kde-apps-15.04/default.nix
@@ -72,9 +72,10 @@ let
         BISON = bison;
         Baloo = kde4.baloo;
         Boost = boost156;
+        CFitsio = cfitsio;
+        CUPS = cups;
         Canberra = libcanberra;
         Cdparanoia = cdparanoia;
-        CUPS = cups;
         DBusMenuQt = libdbusmenu_qt;
         DjVuLibre = djvulibre;
         ENCHANT = enchant;
@@ -96,6 +97,7 @@ let
         GSL = gsl;
         HUNSPELL = hunspell;
         HUpnp = herqq;
+        INDI = indilib;
         Intltool = intltool;
         Jasper = jasper;
         KActivities = kde4.kactivities;
@@ -134,6 +136,7 @@ let
         TunePimp = libtunepimp;
         UDev = udev;
         USB = libusb;
+        Xplanet = xplanet;
         Xscreensaver = xscreensaver;
         Xsltproc = libxslt;
       }
@@ -319,6 +322,12 @@ let
           ++ [pkgs.xlibs.libXtst kde4.telepathy.common_internals];
       };
 
+      kstars = super.kstars // {
+        buildInputs =
+          super.kstars.buildInputs
+          ++ (with kf5; [ kparts ]);
+      };
+
       ktp-accounts-kcm = super.ktp-accounts-kcm // {
         buildInputs =
           super.ktp-accounts-kcm.buildInputs