587713944a
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
10 lines
138 B
Nix
10 lines
138 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtdeclarative,
|
|
python3,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "ki18n";
|
|
|
|
extraBuildInputs = [qtdeclarative python3];
|
|
}
|