2016-12-16 09:25:50 -08:00
|
|
|
{
|
2017-06-02 08:49:52 -07:00
|
|
|
mkDerivation, lib,
|
2017-02-26 04:49:15 -08:00
|
|
|
extra-cmake-modules, ki18n,
|
2017-05-22 11:49:07 -07:00
|
|
|
kcodecs, qtbase,
|
2016-12-16 09:25:50 -08:00
|
|
|
}:
|
|
|
|
|
2017-06-02 08:49:52 -07:00
|
|
|
mkDerivation {
|
2016-12-16 09:25:50 -08:00
|
|
|
name = "kmime";
|
|
|
|
meta = {
|
|
|
|
license = [ lib.licenses.lgpl21 ];
|
|
|
|
maintainers = [ lib.maintainers.ttuegel ];
|
|
|
|
};
|
2017-02-26 04:49:15 -08:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ki18n ];
|
2017-05-22 11:49:07 -07:00
|
|
|
buildInputs = [ kcodecs qtbase ];
|
2016-12-16 09:25:50 -08:00
|
|
|
}
|