Merge pull request #133656 from jakobrs/patch-2
cheese: add pipewire as a dependency
This commit is contained in:
commit
3dae8149f9
1 changed files with 2 additions and 0 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue