flatpak-kcm: add dependency

This commit is contained in:
K900
2023-06-20 19:29:21 +03:00
parent 7e2f4ffde2
commit ffe85a9b3e
+2
View File
@@ -4,6 +4,7 @@
, kcmutils
, kconfig
, kdeclarative
, kitemmodels
}:
mkDerivation {
@@ -14,5 +15,6 @@ mkDerivation {
kcmutils
kconfig
kdeclarative
kitemmodels
];
}