mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
xdg-desktop-portal-kde: fix missing dependencies
This commit is contained in:
parent
626233eee6
commit
c9b3404d57
|
@ -1,13 +1,15 @@
|
|||
{
|
||||
mkDerivation,
|
||||
extra-cmake-modules, gettext, kdoctools, python,
|
||||
kcoreaddons, knotifications, kwayland, kwidgetsaddons
|
||||
kcoreaddons, knotifications, kwayland, kwidgetsaddons,
|
||||
cups, pcre, pipewire
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
name = "xdg-desktop-portal-kde";
|
||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
|
||||
buildInputs = [
|
||||
cups pcre pipewire
|
||||
kcoreaddons knotifications kwayland kwidgetsaddons
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue