From c2ff0a293ecb44956a9f4f138e4c494690bfa526 Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Wed, 6 May 2015 07:33:42 -0500 Subject: [PATCH] kdeApps_15_04: fix kaccounts-providers --- pkgs/applications/kde-apps-15.04/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkgs/applications/kde-apps-15.04/default.nix b/pkgs/applications/kde-apps-15.04/default.nix index e680f006f89..490f5c0fd65 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]; };