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.

41 lines
627 B
Nix
Raw Normal View History

{ 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
2022-09-15 19:23:51 +03:00
}:
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
];
}