summary refs log blame commit diff
path: root/pkgs/applications/kde/kgeography.nix
blob: 7a5d5516b5ef0420afccfd56ba8b80ffde44a393 (plain) (tree)
1
2
3
4
5
6
7
8






                                            
                       






                                                                              
{ mkDerivation, lib
, cmake, extra-cmake-modules, qtbase
, kconfigwidgets, kxmlgui, kcrash, kdoctools
, kitemviews
}:

mkDerivation {
  pname = "kgeography";
  meta = {
    license = with lib.licenses; [ gpl2 ];
    maintainers = [ lib.maintainers.globin ];
  };
  nativeBuildInputs = [ cmake extra-cmake-modules ];
  buildInputs = [ qtbase kconfigwidgets kxmlgui kcrash kdoctools kitemviews ];
}