mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
fractal: add gtk support to gstreamer
Closes #96618 Suggested-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
6e22c6ea6a
commit
50285e244e
@ -59,6 +59,9 @@ rustPlatform.buildRustPackage rec {
|
||||
gst_all_1.gst-editing-services
|
||||
gst_all_1.gst-plugins-bad
|
||||
gst_all_1.gst-plugins-base
|
||||
(gst_all_1.gst-plugins-good.override {
|
||||
gtkSupport = true;
|
||||
})
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-validate
|
||||
gtk3
|
||||
|
Loading…
Reference in New Issue
Block a user