mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ReGreet: add missing GStreamer dependencies
Add GStreamer dependencies for animated wallpapers and video playback.
This commit is contained in:
parent
a91e805478
commit
5c2334fb9f
1 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
accountsservice,
|
||||
dbus,
|
||||
glib,
|
||||
gst_all_1,
|
||||
gtk4,
|
||||
pango,
|
||||
librsvg,
|
||||
|
|
@ -37,6 +38,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
dbus
|
||||
glib
|
||||
gtk4
|
||||
gst_all_1.gstreamer # Used for animated wallpapers or video playback
|
||||
gst_all_1.gst-plugins-good
|
||||
gst_all_1.gst-plugins-base
|
||||
pango
|
||||
librsvg
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue