biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / desktops / plasma-5 / plasma-pa.nix
blob40a05ed6fe14f8e005d5f08f01d38ff8b931ecf9
1 { mkDerivation
2 , extra-cmake-modules
3 , kdoctools
4 , kcmutils
5 , kconfigwidgets
6 , kcoreaddons
7 , kdeclarative
8 , kglobalaccel
9 , ki18n
10 , kwindowsystem
11 , plasma-framework
12 , qtbase
13 , qtdeclarative
14 , glib
15 , libcanberra-gtk3
16 , libpulseaudio
17 , sound-theme-freedesktop
20 mkDerivation {
21   pname = "plasma-pa";
22   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
23   buildInputs = [
24     glib
25     libcanberra-gtk3
26     libpulseaudio
27     sound-theme-freedesktop
29     kcmutils
30     kconfigwidgets
31     kcoreaddons
32     kdeclarative
33     kglobalaccel
34     ki18n
35     plasma-framework
36     kwindowsystem
38     qtbase
39     qtdeclarative
40   ];