python2.pkgs.gst-python: fix build

This commit is contained in:
Jan Tojnar 2018-09-05 14:12:02 +02:00
parent 9bba7c1cba
commit ca11db894f
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -28,6 +28,17 @@ in buildPythonPackage rec {
url = https://bugzilla.gnome.org/attachment.cgi?id=371989;
sha256 = "1k46nvw175c1wvkqnx783i9d4w9vn431spcl48jb3y224jj3va08";
})
# Fixes `from gi.repository import Gst` when gst-python's site-package is in
# PYTHONPATH
(fetchurl {
url = https://gitlab.freedesktop.org/gstreamer/gst-python/commit/d64bbc1e0c3c948c148f505cc5f856ce56732880.diff;
sha256 = "1n9pxmcl1x491mp47avpcw2a6n71lm0haz6mfas168prkgsk8q3r";
})
# Fixes python2 build from the above changes
(fetchurl {
url = https://gitlab.freedesktop.org/gstreamer/gst-python/commit/f79ac2d1434d7ba9717f3e943cfdc76e121eb5dd.diff;
sha256 = "17a164b0v36g0kwiqdlkjx6g0pjhcs6ilizck7iky8bgjnmiypm1";
})
];
# TODO: First python_dep in meson.build needs to be removed