summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/plasma-pa.nix
blob: 50f53d70a987eaf986cfceb76715d63d319baacf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  mkDerivation,
  extra-cmake-modules, kdoctools,
  gconf, glib, kconfigwidgets, kcoreaddons, kdeclarative, kglobalaccel, ki18n,
  libcanberra_gtk3, libpulseaudio, plasma-framework, qtdeclarative
}:

mkDerivation {
  name = "plasma-pa";
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [
    gconf glib kconfigwidgets kcoreaddons kdeclarative kglobalaccel ki18n
    libcanberra_gtk3 libpulseaudio plasma-framework qtdeclarative
  ];
}