about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-05-13 20:52:26 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-05-13 20:53:12 -0500
commit38bf485e72615ffe7828fe4cbd147332209b375a (patch)
tree078aeb1bcc634df5d905f9ecb7d0fb561f3fa214
parent6b777ba4524c1b78b1e81a2954ca6204ee56b2b6 (diff)
downloadnixlib-38bf485e72615ffe7828fe4cbd147332209b375a.tar
nixlib-38bf485e72615ffe7828fe4cbd147332209b375a.tar.gz
nixlib-38bf485e72615ffe7828fe4cbd147332209b375a.tar.bz2
nixlib-38bf485e72615ffe7828fe4cbd147332209b375a.tar.lz
nixlib-38bf485e72615ffe7828fe4cbd147332209b375a.tar.xz
nixlib-38bf485e72615ffe7828fe4cbd147332209b375a.tar.zst
nixlib-38bf485e72615ffe7828fe4cbd147332209b375a.zip
Add missing KDE Games dependencies
-rw-r--r--pkgs/applications/kde-apps-15.04/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde-apps-15.04/default.nix b/pkgs/applications/kde-apps-15.04/default.nix
index 4bb239afc9fc..bf31a935e7bc 100644
--- a/pkgs/applications/kde-apps-15.04/default.nix
+++ b/pkgs/applications/kde-apps-15.04/default.nix
@@ -101,6 +101,7 @@ let
         Intltool = intltool;
         Jasper = jasper;
         KActivities = kde4.kactivities;
+        KDEGames = kde4.libkdegames;
         LCMS2 = lcms2;
         Ldap = openldap;
         LibAttica = attica;