aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/desktops/plasma-5/plasma-pa.nix
blob: e29df104f3c72eb9217d7172fcf6ab039ad3a6f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  mkDerivation,
  extra-cmake-modules, kdoctools,
  kconfigwidgets, kcoreaddons, kdeclarative, kglobalaccel, ki18n, kwindowsystem, plasma-framework,
  qtdeclarative,
  gconf, glib, libcanberra-gtk3, libpulseaudio, sound-theme-freedesktop
}:

mkDerivation {
  name = "plasma-pa";
  nativeBuildInputs = [ extra-cmake-modules kdoctools ];
  buildInputs = [
    gconf glib libcanberra-gtk3 libpulseaudio sound-theme-freedesktop

    kconfigwidgets kcoreaddons kdeclarative kglobalaccel ki18n plasma-framework
    kwindowsystem

    qtdeclarative
  ];
}