summary refs log tree commit diff
path: root/pkgs/development/libraries/farstream
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-02-23 22:20:42 +0100
committerVladimír Čunát <vcunat@gmail.com>2013-02-23 22:20:42 +0100
commitc9d3702c9742b08a99701c18048dea04192db23d (patch)
tree6a61ab58d7db9d9de3bfa84a37e7148a37043916 /pkgs/development/libraries/farstream
parente02153a3c0940ddc278f13e7df82623931496649 (diff)
downloadnixpkgs-c9d3702c9742b08a99701c18048dea04192db23d.tar
nixpkgs-c9d3702c9742b08a99701c18048dea04192db23d.tar.gz
nixpkgs-c9d3702c9742b08a99701c18048dea04192db23d.tar.bz2
nixpkgs-c9d3702c9742b08a99701c18048dea04192db23d.tar.lz
nixpkgs-c9d3702c9742b08a99701c18048dea04192db23d.tar.xz
nixpkgs-c9d3702c9742b08a99701c18048dea04192db23d.tar.zst
nixpkgs-c9d3702c9742b08a99701c18048dea04192db23d.zip
telepathy-related: fix via update
Some updates were restricted by gstreamer being <1.0
Diffstat (limited to 'pkgs/development/libraries/farstream')
-rw-r--r--pkgs/development/libraries/farstream/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/farstream/default.nix b/pkgs/development/libraries/farstream/default.nix
index 87764483f47..7d84cf88993 100644
--- a/pkgs/development/libraries/farstream/default.nix
+++ b/pkgs/development/libraries/farstream/default.nix
@@ -10,11 +10,11 @@ stdenv.mkDerivation rec {
     sha256 = "1nbkbvq959f70zhr03fwdibhs0sbf1k7zmbz9w99vda7gdcl0nps";
   };
 
-  buildInputs = [ libnice python pygobject gupnp_igd ];
+  buildInputs = [ libnice python pygobject gupnp_igd libnice ];
 
   nativeBuildInputs = [ pkgconfig ];
 
-  propagatedBuildInputs = [ gstreamer gst_plugins_base gst_python 
+  propagatedBuildInputs = [ gstreamer gst_plugins_base gst_python
     gst_plugins_good gst_plugins_bad gst_ffmpeg
     ];