Build lokalize with KDBusAddons
This commit is contained in:
parent
baed394d92
commit
5b6e66e1b6
@ -350,6 +350,12 @@ let
|
|||||||
++ [ pkgs.libotr ]; # needed for ktp-text-ui
|
++ [ pkgs.libotr ]; # needed for ktp-text-ui
|
||||||
};
|
};
|
||||||
|
|
||||||
|
lokalize = super.lokalize // {
|
||||||
|
buildInputs =
|
||||||
|
super.lokalize.buildInputs
|
||||||
|
++ [ kf5.kdbusaddons ];
|
||||||
|
};
|
||||||
|
|
||||||
libkdcraw = with pkgs; super.libkdcraw // {
|
libkdcraw = with pkgs; super.libkdcraw // {
|
||||||
buildInputs = super.libkdcraw.buildInputs ++ [scope.KDE4 libraw];
|
buildInputs = super.libkdcraw.buildInputs ++ [scope.KDE4 libraw];
|
||||||
nativeBuildInputs = super.libkdcraw.nativeBuildInputs ++ [pkgconfig];
|
nativeBuildInputs = super.libkdcraw.nativeBuildInputs ++ [pkgconfig];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user