mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Merge pull request #56332 from peterhoeg/f/portal
xdg-desktop-portal-kde: fix missing dependency
This commit is contained in:
commit
2d02c93978
@ -1,7 +1,7 @@
|
||||
{
|
||||
mkDerivation,
|
||||
extra-cmake-modules, gettext, kdoctools, python,
|
||||
kcoreaddons, knotifications, kwayland, kwidgetsaddons,
|
||||
kcoreaddons, knotifications, kwayland, kwidgetsaddons, kwindowsystem,
|
||||
cups, pcre, pipewire
|
||||
}:
|
||||
|
||||
@ -10,6 +10,6 @@ mkDerivation {
|
||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
||||
buildInputs = [
|
||||
cups pcre pipewire
|
||||
kcoreaddons knotifications kwayland kwidgetsaddons
|
||||
kcoreaddons knotifications kwayland kwidgetsaddons kwindowsystem
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user