summary refs log blame commit diff
path: root/pkgs/development/libraries/kde-frameworks/kcalendarcore.nix
blob: 3f02765af8ea0660eba256707d8168dd9976adc4 (plain) (tree)
1
2
3
4
5
6
7
8
9

               
                      

          


              
                          



                                              
{
  mkDerivation,
  extra-cmake-modules,
  libical,
  qtbase
}:

mkDerivation {
  pname = "kcalendarcore";
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [ libical ];
  outputs = [ "out" "dev" ];
}