nixpkgs/pkgs/desktops/plasma-5/plasma-remotecontrollers.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

42 lines
647 B
Nix
Raw Normal View History

2022-09-15 16:23:51 +00:00
{
mkDerivation,
extra-cmake-modules,
kconfig,
knotifications,
ki18n,
solid,
kcoreaddons,
kdeclarative,
kcmutils,
kpackage,
kwindowsystem,
wayland,
pkg-config,
libcec,
libcec_platform,
libevdev,
plasma-workspace,
plasma-wayland-protocols,
}:
mkDerivation {
pname = "plasma-remotecontrollers";
nativeBuildInputs = [ extra-cmake-modules pkg-config ];
buildInputs = [
kconfig
knotifications
ki18n
solid
kcoreaddons
kdeclarative
kcmutils
kpackage
kwindowsystem
wayland
libcec
libcec_platform
libevdev
plasma-workspace
plasma-wayland-protocols
];
}