farsight2: do not use top-level python packages

This commit is contained in:
Frederik Rietdijk 2016-09-25 23:12:39 +02:00
parent 24314edbc8
commit 07c1c5b0e0

View file

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