2016-12-16 17:25:50 +00:00
|
|
|
{
|
|
|
|
kdeApp, lib,
|
2017-02-26 12:49:15 +00:00
|
|
|
extra-cmake-modules, ki18n,
|
2016-12-16 17:25:50 +00:00
|
|
|
kcodecs
|
|
|
|
}:
|
|
|
|
|
|
|
|
kdeApp {
|
|
|
|
name = "kmime";
|
|
|
|
meta = {
|
|
|
|
license = [ lib.licenses.lgpl21 ];
|
|
|
|
maintainers = [ lib.maintainers.ttuegel ];
|
|
|
|
};
|
2017-02-26 12:49:15 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ki18n ];
|
2016-12-16 17:25:50 +00:00
|
|
|
buildInputs = [ kcodecs ];
|
|
|
|
}
|