summary refs log blame commit diff
path: root/pkgs/development/libraries/kde-frameworks/syndication.nix
blob: 71ee520995c412832ece66a0332b70dfe984ac88 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                              
{ mkDerivation, lib
, extra-cmake-modules
, kcodecs
}:

mkDerivation {
  name = "syndication";
  meta = {
    maintainers = [ lib.maintainers.bkchr ];
  };
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ kcodecs ];
}