mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add gstreamer plugins good/ugly for better codec support (#31687)
* NixOS: add gst-plugins-{good,ugly} for better codec support * Add gstreamer plugins good/ugly to all other package lists
This commit is contained in:
parent
68b82e6d61
commit
884d024957
3 changed files with 10 additions and 3 deletions
|
@ -71,7 +71,9 @@ stdenv.mkDerivation (androidEnvironment // rec {
|
|||
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
gst_all_1.gst-plugins-bad
|
||||
gst_all_1.gst-plugins-ugly
|
||||
|
||||
rustup
|
||||
taplo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue