mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
flatpak-kcm: add dependency
This commit is contained in:
parent
7e2f4ffde2
commit
ffe85a9b3e
|
@ -4,6 +4,7 @@
|
|||
, kcmutils
|
||||
, kconfig
|
||||
, kdeclarative
|
||||
, kitemmodels
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
|
@ -14,5 +15,6 @@ mkDerivation {
|
|||
kcmutils
|
||||
kconfig
|
||||
kdeclarative
|
||||
kitemmodels
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue