Skip to content

Commit

Permalink
pitivi: fix path to gst-python
Browse files Browse the repository at this point in the history
This fixes the `object() takes no parameters` error that shows up on
startup.
  • Loading branch information
rycee committed Sep 8, 2017
1 parent e9183fd commit c10a1c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/video/pitivi/default.nix
Expand Up @@ -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/";
Expand Down

0 comments on commit c10a1c6

Please sign in to comment.