mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
paper-plane: add missing gstreamer plugins
(cherry picked from commit 468007ea5e
)
This commit is contained in:
parent
01dc5b0c71
commit
82cb3ba298
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user