gst_python: use python2
print statement
This commit is contained in:
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
|
||||
inherit (pythonPackages) python pygobject2;
|
||||
inherit (python2Packages) python pygobject2;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "gst-python-0.10.22";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user