mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
plasma5.xdg-desktop-portal-kde: fix build
Was missing KIO
This commit is contained in:
parent
230c67f43b
commit
d85c466936
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
|||
mkDerivation,
|
||||
extra-cmake-modules, gettext, kdoctools, python,
|
||||
kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
|
||||
cups, pcre, pipewire
|
||||
cups, pcre, pipewire, kio
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
name = "xdg-desktop-portal-kde";
|
||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
||||
buildInputs = [
|
||||
cups pcre pipewire
|
||||
cups pcre pipewire kio
|
||||
kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue