1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/desktops/plasma-5/plasma-pa.nix
2017-08-21 21:47:15 +02:00

16 lines
490 B
Nix

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