Revert "pitivi: fix path to gst-python"
This reverts commitc10a1c6e1c
. Not needed anymore since the issue is fixed properly in23cc97f16b
.
This commit is contained in:
parent
23cc97f16b
commit
fc75bcec48
|
@ -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/";
|
||||
|
|
Loading…
Reference in New Issue