mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
gst_all_1.gst-plugins-bad: Fix rtmp dependency
This commit is contained in:
parent
46d25e912d
commit
a4c5d37226
1 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@
|
|||
, openexr
|
||||
, openh264
|
||||
, pango
|
||||
, rtmpdump
|
||||
, sbc
|
||||
, soundtouch
|
||||
, spandsp
|
||||
|
@ -129,6 +130,7 @@ stdenv.mkDerivation rec {
|
|||
opencv3
|
||||
openexr
|
||||
openh264
|
||||
rtmpdump
|
||||
pango
|
||||
sbc
|
||||
soundtouch
|
||||
|
@ -173,7 +175,6 @@ stdenv.mkDerivation rec {
|
|||
"-Dopenmpt=disabled" # `libopenmpt` not packaged in nixpkgs as of writing
|
||||
"-Dopenni2=disabled" # not packaged in nixpkgs as of writing
|
||||
"-Dopensles=disabled" # not packaged in nixpkgs as of writing
|
||||
"-Drtmp=disabled" # `librtmp` not packaged in nixpkgs as of writing
|
||||
"-Dsctp=disabled" # required `usrsctp` library not packaged in nixpkgs as of writing
|
||||
"-Dteletext=disabled" # required `zvbi` library not packaged in nixpkgs as of writing
|
||||
"-Dtinyalsa=disabled" # not packaged in nixpkgs as of writing
|
||||
|
|
Loading…
Reference in a new issue