mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
pitivi: fix path to gst-python
This fixes the `object() takes no parameters` error that shows up on startup.
This commit is contained in:
parent
e9183fd2d4
commit
c10a1c6e1c
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user