Skip to content

Commit

Permalink
xdg-desktop-portal-kde: fix missing cups dependency
Browse files Browse the repository at this point in the history
  • 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
Original file line number Original file line Diff line number Diff line change
@@ -1,13 +1,15 @@
{ {
mkDerivation, mkDerivation,
extra-cmake-modules, gettext, kdoctools, python, extra-cmake-modules, gettext, kdoctools, python,
kcoreaddons, knotifications, kwayland, kwidgetsaddons kcoreaddons, knotifications, kwayland, kwidgetsaddons,
cups
}: }:


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

0 comments on commit 7936f09

Please sign in to comment.