pitivi: fix path to gst-python

This fixes the `object() takes no parameters` error that shows up on
startup.
This commit is contained in:
Robert Helgesson 2017-09-08 16:17:19 +02:00
parent e9183fd2d4
commit c10a1c6e1c
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -46,6 +46,8 @@ in stdenv.mkDerivation rec {
dbus-python
]);
PYTHONPATH = "${python3Packages.gst-python}/lib/${python3Packages.python.sitePackages}";
meta = with stdenv.lib; {
description = "Non-Linear video editor utilizing the power of GStreamer";
homepage = "http://pitivi.org/";