Unverified Commit 2c71c3e9 authored by K900's avatar K900 Committed by GitHub
Browse files

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

xdg-desktop-portal-kde: fix missing runtime dependency
parents 65667052 50e860b9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
  ];
}