mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
kdePackages.filelight: add missing runtime deps
This commit is contained in:
parent
047bc33866
commit
62565c33a8
@ -1,4 +1,15 @@
|
||||
{mkKdeDerivation}:
|
||||
{
|
||||
mkKdeDerivation,
|
||||
kirigami,
|
||||
kquickcharts,
|
||||
qqc2-desktop-style,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
pname = "filelight";
|
||||
|
||||
extraBuildInputs = [
|
||||
kirigami
|
||||
kquickcharts
|
||||
qqc2-desktop-style
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user