mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
kdeApps_15_04: fix kaccounts-providers
This commit is contained in:
parent
abb76bcdad
commit
c2ff0a293e
@ -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];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user