10 lines
138 B
Nix
10 lines
138 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtdeclarative,
|
|
python3,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "ki18n";
|
|
|
|
extraBuildInputs = [qtdeclarative python3];
|
|
}
|