dino: pass only required parts of gst_all_1
This commit is contained in:
parent
ac446d87f7
commit
64c2db945d
2 changed files with 9 additions and 5 deletions
|
@ -13,7 +13,8 @@
|
|||
, pcre
|
||||
, qrencode
|
||||
, icu
|
||||
, gspell, srtp, libnice, gnutls, gst_all_1
|
||||
, gspell
|
||||
, srtp, libnice, gnutls, gstreamer, gst-plugins-base, gst-plugins-good
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -61,9 +62,9 @@ stdenv.mkDerivation rec {
|
|||
srtp
|
||||
libnice
|
||||
gnutls
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
gstreamer
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||
xorg.libxcb
|
||||
xorg.libpthreadstubs
|
||||
|
|
|
@ -2866,7 +2866,10 @@ with pkgs;
|
|||
|
||||
ditaa = callPackage ../tools/graphics/ditaa { };
|
||||
|
||||
dino = callPackage ../applications/networking/instant-messengers/dino { };
|
||||
dino = callPackage ../applications/networking/instant-messengers/dino {
|
||||
inherit (gst_all_1) gstreamer gst-plugins-base;
|
||||
gst-plugins-good = gst_all_1.gst-plugins-good.override { gtkSupport = true; };
|
||||
};
|
||||
|
||||
djv = callPackage ../applications/graphics/djv { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue