From fc75bcec486b798fa34bcde8fc7d7ffda44c9096 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Fri, 8 Sep 2017 21:54:10 +0200 Subject: [PATCH] Revert "pitivi: fix path to gst-python" This reverts commit c10a1c6e1cf46cb0ed042f10970e89e585be6d97. Not needed anymore since the issue is fixed properly in 23cc97f16b7854f08cd661830480a91f6947290c. --- pkgs/applications/video/pitivi/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/video/pitivi/default.nix b/pkgs/applications/video/pitivi/default.nix index 2317765118f6..c2c64bfa4966 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/";