pitivi: fix path to gst-python
This fixes the `object() takes no parameters` error that shows up on startup.
This commit is contained in:
@@ -46,6 +46,8 @@ in stdenv.mkDerivation rec {
|
|||||||
dbus-python
|
dbus-python
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
PYTHONPATH = "${python3Packages.gst-python}/lib/${python3Packages.python.sitePackages}";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Non-Linear video editor utilizing the power of GStreamer";
|
description = "Non-Linear video editor utilizing the power of GStreamer";
|
||||||
homepage = "http://pitivi.org/";
|
homepage = "http://pitivi.org/";
|
||||||
|
|||||||
Reference in New Issue
Block a user