gst-python: do not use top-level python packages

This commit is contained in:
Frederik Rietdijk 2016-09-25 23:13:03 +02:00
parent be9956d007
commit 1dd912ab03

View File

@ -1,8 +1,9 @@
{ fetchurl, stdenv, pkgconfig, python, gstreamer { fetchurl, stdenv, pkgconfig, pythonPackages, gstreamer, gst_plugins_base
, gst_plugins_base, pygobject2
}: }:
stdenv.mkDerivation rec { let
inherit (pythonPackages) python pygobject2;
in stdenv.mkDerivation rec {
name = "gst-python-0.10.22"; name = "gst-python-0.10.22";
src = fetchurl { src = fetchurl {