diff --git a/srcpkgs/gstreamer1/patches/no-gir-automagic.patch b/srcpkgs/gstreamer1/patches/no-gir-automagic.patch deleted file mode 100644 index 53740b4bb0..0000000000 --- a/srcpkgs/gstreamer1/patches/no-gir-automagic.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 225e87688f21a817224655372004eb512f862d43 Mon Sep 17 00:00:00 2001 -From: Nathan Owens -Date: Sun, 15 Nov 2020 10:04:50 -0600 -Subject: [PATCH] no-gir-automatic - ---- - meson.build | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git meson.build meson.build -index 5a21823..5d1db37 100644 ---- meson.build -+++ meson.build -@@ -503,7 +503,7 @@ rt_lib = cc.find_library('rt', required : false) - gir = find_program('g-ir-scanner', required : get_option('introspection')) - gnome = import('gnome') - --build_gir = gir.found() and (not meson.is_cross_build() or get_option('introspection').enabled()) -+build_gir = gir.found() or get_option('introspection').enabled() - - gir_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**);' + \ - 'g_setenv("GST_REGISTRY_DISABLE", "yes", TRUE);' + \ --- -2.29.2 -