mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
strawberry: Add gst-libav dependency
Strawberry cannot play ALAC files, adding the gst-libav dependency fixes this.
This commit is contained in:
parent
9e6887b3e5
commit
c10c8912ee
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ mkDerivation rec {
|
|||
] ++ lib.optionals withGstreamer (with gst_all_1; [
|
||||
glib-networking
|
||||
gstreamer
|
||||
gst-libav
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
gst-plugins-bad
|
||||
|
|
Loading…
Reference in a new issue