about summary refs log tree commit diff
path: root/pkgs/applications/video/pitivi
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-09-08 21:54:10 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-09-08 21:54:10 +0200
commitfc75bcec486b798fa34bcde8fc7d7ffda44c9096 (patch)
treeb6ef5ef7702bb864d25f4231dd5a84a214ce96aa /pkgs/applications/video/pitivi
parent23cc97f16b7854f08cd661830480a91f6947290c (diff)
Revert "pitivi: fix path to gst-python"
This reverts commit c10a1c6e1cf46cb0ed042f10970e89e585be6d97.

Not needed anymore since the issue is fixed properly in 23cc97f16b7854f08cd661830480a91f6947290c.
Diffstat (limited to 'pkgs/applications/video/pitivi')
-rw-r--r--pkgs/applications/video/pitivi/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/video/pitivi/default.nix b/pkgs/applications/video/pitivi/default.nix
index 2317765118f6c..c2c64bfa49663 100644
--- a/pkgs/applications/video/pitivi/default.nix
+++ b/pkgs/applications/video/pitivi/default.nix
@@ -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/";