biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / desktops / plasma-5 / kpipewire.nix
blob59169cd510c82e3cc9218770613dac9f378e1111
1 { mkDerivation
2 , extra-cmake-modules
3 , kwayland
4 , ki18n
5 , kcoreaddons
6 , plasma-wayland-protocols
7 , libepoxy
8 , ffmpeg
9 , mesa
10 , pipewire
11 , wayland
14 mkDerivation {
15   pname = "kpipewire";
16   nativeBuildInputs = [ extra-cmake-modules ];
17   buildInputs = [
18     kwayland
19     ki18n
20     kcoreaddons
21     plasma-wayland-protocols
22     ffmpeg
23     mesa
24     pipewire
25     wayland
26   ];
27   propagatedBuildInputs = [ libepoxy ];