Revert "pitivi: fix path to gst-python"

This reverts commit c10a1c6e1c.

Not needed anymore since the issue is fixed properly in 23cc97f16b.
This commit is contained in:
Frederik Rietdijk 2017-09-08 21:54:10 +02:00
parent 23cc97f16b
commit fc75bcec48

View file

@ -46,8 +46,6 @@ 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/";