farsight2: do not use top-level python packages
This commit is contained in:
parent
24314edbc8
commit
07c1c5b0e0
@ -1,7 +1,9 @@
|
|||||||
{ stdenv, fetchurl, libnice, pkgconfig, python, gstreamer, gst_plugins_base
|
{ stdenv, fetchurl, libnice, pkgconfig, pythonPackages, gstreamer, gst_plugins_base
|
||||||
, pygobject2, gst_python, gupnp_igd }:
|
, gst_python, gupnp_igd }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
let
|
||||||
|
inherit (pythonPackages) python pygobject2;
|
||||||
|
in stdenv.mkDerivation rec {
|
||||||
name = "farsight2-0.0.31";
|
name = "farsight2-0.0.31";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user