kdePackages.ki18n: fixup build, missing python3
https://hydra.nixos.org/build/256386319/nixlog/2/tail I don't know what's changed to cause this regression, but adding python3 like this shouldn't make things worse.
This commit is contained in:
parent
097ced11fa
commit
ee727e253e
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
mkKdeDerivation,
|
||||
qtdeclarative,
|
||||
python3,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
pname = "ki18n";
|
||||
|
||||
extraBuildInputs = [qtdeclarative];
|
||||
extraBuildInputs = [qtdeclarative python3];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue