summary refs log tree commit diff
path: root/pkgs/applications/kde-apps-15.04/default.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-05-06 07:33:42 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-05-06 07:34:18 -0500
commitc2ff0a293ecb44956a9f4f138e4c494690bfa526 (patch)
tree834ef8e8ea5569ce07aa3b2850016b0ac7a5135f /pkgs/applications/kde-apps-15.04/default.nix
parentabb76bcdad7fb97bb354191b92c13e3d794a2ba1 (diff)
downloadnixlib-c2ff0a293ecb44956a9f4f138e4c494690bfa526.tar
nixlib-c2ff0a293ecb44956a9f4f138e4c494690bfa526.tar.gz
nixlib-c2ff0a293ecb44956a9f4f138e4c494690bfa526.tar.bz2
nixlib-c2ff0a293ecb44956a9f4f138e4c494690bfa526.tar.lz
nixlib-c2ff0a293ecb44956a9f4f138e4c494690bfa526.tar.xz
nixlib-c2ff0a293ecb44956a9f4f138e4c494690bfa526.tar.zst
nixlib-c2ff0a293ecb44956a9f4f138e4c494690bfa526.zip
kdeApps_15_04: fix kaccounts-providers
Diffstat (limited to 'pkgs/applications/kde-apps-15.04/default.nix')
-rw-r--r--pkgs/applications/kde-apps-15.04/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/applications/kde-apps-15.04/default.nix b/pkgs/applications/kde-apps-15.04/default.nix
index e680f006f89a..490f5c0fd651 100644
--- a/pkgs/applications/kde-apps-15.04/default.nix
+++ b/pkgs/applications/kde-apps-15.04/default.nix
@@ -191,6 +191,16 @@ let
         nativeBuildInputs = super.ffmpegthumbs.nativeBuildInputs ++ [pkgconfig];
       };
 
+      kaccounts-providers = super.kaccounts-providers // {
+        buildInputs = super.kaccounts-providers.buildInputs
+          ++ (with pkgs; [ intltool libaccounts-glib ]);
+        preConfigure = ''
+          ${super.kaccounts-providers.preConfigure or ""}
+          substituteInPlace webkit-options/CMakeLists.txt \
+            --replace "/etc/signon-ui/webkit-options.d/" "$out/etc/signon-ui/webkit-options.d/"
+        '';
+      };
+
       kalzium = with pkgs; super.kalzium // {
         nativeBuildInputs = super.kalzium.nativeBuildInputs ++ [pkgconfig];
       };