gstreamer python: do not use top-level python packages

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

View File

@ -1,9 +1,11 @@
{ fetchurl, stdenv, pkgconfig, python
, gst-plugins-base, pygobject3
{ fetchurl, stdenv, pkgconfig, pythonPackages
, gst-plugins-base
, ncurses
}:
stdenv.mkDerivation rec {
let
inherit (pythonPackages) python pygobject3;
in stdenv.mkDerivation rec {
name = "gst-python-1.8.2";
src = fetchurl {