Merge pull request #223032 from chenlijun99/fix/xdg-desktop-portal-kde
xdg-desktop-portal-kde: fix missing runtime dependency
This commit is contained in:
commit
2c71c3e941
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
, kdeclarative
|
||||
, plasma-framework
|
||||
, plasma-wayland-protocols
|
||||
, plasma-workspace
|
||||
, kio
|
||||
, qtbase
|
||||
}:
|
||||
|
@ -45,5 +46,6 @@ mkDerivation {
|
|||
kdeclarative
|
||||
plasma-framework
|
||||
plasma-wayland-protocols
|
||||
plasma-workspace
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue