mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
Build khangman with KIO
This commit is contained in:
parent
87d40251cc
commit
baed394d92
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user