Merge pull request #223032 from chenlijun99/fix/xdg-desktop-portal-kde

xdg-desktop-portal-kde: fix missing runtime dependency
This commit is contained in:
K900 2023-03-28 15:50:54 +03:00 committed by GitHub
commit 2c71c3e941
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
];
}