Build khangman with KIO

This commit is contained in:
Thomas Tuegel 2015-05-15 05:40:59 -05:00
parent 87d40251cc
commit baed394d92

View File

@ -303,6 +303,12 @@ let
buildInputs = super.kgpg.buildInputs ++ [boost];
};
khangman = super.khangman // {
buildInputs =
super.khangman.buildInputs
++ [ kf5.kio ];
};
kmix = with pkgs; super.kmix // {
nativeBuildInputs = super.kmix.nativeBuildInputs ++ [pkgconfig];
cmakeFlags = [ "-DKMIX_KF5_BUILD=ON" ];