gstreamer python: do not use top-level python packages
This commit is contained in:
parent
1dd912ab03
commit
1c74085ccf
@ -1,9 +1,11 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, python
|
{ fetchurl, stdenv, pkgconfig, pythonPackages
|
||||||
, gst-plugins-base, pygobject3
|
, gst-plugins-base
|
||||||
, ncurses
|
, ncurses
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
let
|
||||||
|
inherit (pythonPackages) python pygobject3;
|
||||||
|
in stdenv.mkDerivation rec {
|
||||||
name = "gst-python-1.8.2";
|
name = "gst-python-1.8.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user