parent
c431f11d1f
commit
bd8b0dffae
|
@ -1,8 +1,8 @@
|
||||||
{ fetchurl, stdenv, pkgconfig, pythonPackages, gstreamer, gst_plugins_base
|
{ fetchurl, stdenv, pkgconfig, python2Packages, gstreamer, gst_plugins_base
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (pythonPackages) python pygobject2;
|
inherit (python2Packages) python pygobject2;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "gst-python-0.10.22";
|
name = "gst-python-0.10.22";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue