kde-frameworks.syndication: Init

This commit is contained in:
Bastian Köcher
2018-09-13 09:28:22 +02:00
parent ea99e30dc2
commit df007e9ffe
3 changed files with 15 additions and 1 deletions
@@ -0,0 +1,13 @@
{ mkDerivation, lib
, extra-cmake-modules
, kcodecs
}:
mkDerivation {
name = "syndication";
meta = {
maintainers = [ lib.maintainers.bkchr ];
};
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kcodecs ];
}