gst-python: do not use top-level python packages
This commit is contained in:
parent
be9956d007
commit
1dd912ab03
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user