2020-04-24 23:36:52 +00:00
|
|
|
{
|
2021-04-26 19:14:03 +00:00
|
|
|
mkDerivation,
|
2020-04-24 23:36:52 +00:00
|
|
|
extra-cmake-modules, gettext, python3,
|
|
|
|
qtbase, qtdeclarative, qtscript,
|
|
|
|
}:
|
|
|
|
|
|
|
|
mkDerivation {
|
|
|
|
name = "ki18n";
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
|
|
propagatedNativeBuildInputs = [ gettext python3 ];
|
|
|
|
buildInputs = [ qtdeclarative qtscript ];
|
|
|
|
}
|