gst_all_1.gstreamer: fix build

This commit is contained in:
Jan Tojnar 2020-04-16 16:46:13 +02:00
parent cae8d97c23
commit d1009f4d99
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

@ -37,6 +37,13 @@ stdenv.mkDerivation rec {
patches = [
./fix_pkgconfig_includedir.patch
# Fix build with bash-completion 2.10
# https://gitlab.freedesktop.org/gstreamer/gstreamer/merge_requests/436
(fetchpatch {
url = "https://gitlab.freedesktop.org/gstreamer/gstreamer/commit/dd2ec3681e2d38e13e01477efa36e851650690fb.patch";
sha256 = "CMYQF2MTsC5A0btMpLVLemkwsMtEbzhDXVE3u49xHB4=";
})
];
nativeBuildInputs = [