cheese: add pipewire as a dependency

This commit is contained in:
jakobrs 2021-08-12 21:01:56 +02:00
parent 90978815fc
commit 320c5d28cc

@ -30,6 +30,7 @@
, ninja
, dbus
, python3
, pipewire
}:
stdenv.mkDerivation rec {
@ -85,6 +86,7 @@ stdenv.mkDerivation rec {
gtk3
libcanberra-gtk3
librsvg
pipewire # PipeWire provides a gstreamer plugin for using PipeWire for video
];
postPatch = ''