farsight2: use python2

This commit is contained in:
Frederik Rietdijk 2016-11-09 11:05:53 +01:00
parent ceda8cb203
commit c93c0a438e

View File

@ -1,8 +1,8 @@
{ stdenv, fetchurl, libnice, pkgconfig, pythonPackages, gstreamer, gst_plugins_base { stdenv, fetchurl, libnice, pkgconfig, python2Packages, gstreamer, gst_plugins_base
, gst_python, gupnp_igd }: , gst_python, gupnp_igd }:
let let
inherit (pythonPackages) python pygobject2; inherit (python2Packages) python pygobject2;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "farsight2-0.0.31"; name = "farsight2-0.0.31";