Merge pull request #323767 from Aleksanaa/paper-plane

paper-plane: add missing gstreamer plugins
This commit is contained in:
Azat Bahawi 2024-07-01 15:45:38 +00:00 committed by GitHub
commit c07fb41e4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,7 @@
, blueprint-compiler
, libxml2
, libshumate
, gst_all_1
, darwin
}:
@ -96,6 +97,10 @@ stdenv.mkDerivation {
libadwaita-paperplane
tdlib-paperplane
rlottie-paperplane
gst_all_1.gstreamer
gst_all_1.gst-libav
gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Foundation
];