Merge pull request #133656 from jakobrs/patch-2

cheese: add pipewire as a dependency
This commit is contained in:
Jan Tojnar 2021-08-14 14:55:23 +02:00 committed by GitHub
commit 3dae8149f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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