gst_python: use python2

print statement
This commit is contained in:
Frederik Rietdijk 2016-10-18 10:04:34 +02:00
parent c431f11d1f
commit bd8b0dffae

View File

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