Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
xdg-desktop-portal-kde: fix missing cups dependency
  • Loading branch information
peterhoeg committed Jan 14, 2019
1 parent 626233e commit 7936f09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/desktops/plasma-5/xdg-desktop-portal-kde.nix
@@ -1,13 +1,15 @@
{
mkDerivation,
extra-cmake-modules, gettext, kdoctools, python,
kcoreaddons, knotifications, kwayland, kwidgetsaddons
kcoreaddons, knotifications, kwayland, kwidgetsaddons,
cups
}:

mkDerivation {
name = "xdg-desktop-portal-kde";
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
buildInputs = [
cups
kcoreaddons knotifications kwayland kwidgetsaddons
];
}

0 comments on commit 7936f09

Please sign in to comment.