Build khangman with KIO
This commit is contained in:
parent
87d40251cc
commit
baed394d92
|
@ -303,6 +303,12 @@ let
|
||||||
buildInputs = super.kgpg.buildInputs ++ [boost];
|
buildInputs = super.kgpg.buildInputs ++ [boost];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
khangman = super.khangman // {
|
||||||
|
buildInputs =
|
||||||
|
super.khangman.buildInputs
|
||||||
|
++ [ kf5.kio ];
|
||||||
|
};
|
||||||
|
|
||||||
kmix = with pkgs; super.kmix // {
|
kmix = with pkgs; super.kmix // {
|
||||||
nativeBuildInputs = super.kmix.nativeBuildInputs ++ [pkgconfig];
|
nativeBuildInputs = super.kmix.nativeBuildInputs ++ [pkgconfig];
|
||||||
cmakeFlags = [ "-DKMIX_KF5_BUILD=ON" ];
|
cmakeFlags = [ "-DKMIX_KF5_BUILD=ON" ];
|
||||||
|
|
Loading…
Reference in New Issue