summary refs log tree commit diff
path: root/pkgs/development/libraries/gstreamer
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-05-06 07:39:10 +0200
committerVladimír Čunát <v@cunat.cz>2020-05-06 07:39:10 +0200
commit1906fc5bd10a7bbab35136325fa3251a043361b2 (patch)
tree1bdc4c428e6698b23b754744b55ab5d784506453 /pkgs/development/libraries/gstreamer
parent9875bbae75231f395ab020fbef6cbae698cc75c5 (diff)
downloadnixpkgs-1906fc5bd10a7bbab35136325fa3251a043361b2.tar
nixpkgs-1906fc5bd10a7bbab35136325fa3251a043361b2.tar.gz
nixpkgs-1906fc5bd10a7bbab35136325fa3251a043361b2.tar.bz2
nixpkgs-1906fc5bd10a7bbab35136325fa3251a043361b2.tar.lz
nixpkgs-1906fc5bd10a7bbab35136325fa3251a043361b2.tar.xz
nixpkgs-1906fc5bd10a7bbab35136325fa3251a043361b2.tar.zst
nixpkgs-1906fc5bd10a7bbab35136325fa3251a043361b2.zip
gst_all_1.gst-plugins-bad: fix build after opencv4 update
/cc #85879
Diffstat (limited to 'pkgs/development/libraries/gstreamer')
-rw-r--r--pkgs/development/libraries/gstreamer/bad/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gstreamer/bad/default.nix b/pkgs/development/libraries/gstreamer/bad/default.nix
index d9bf86e0cf3..5bf3e0261e4 100644
--- a/pkgs/development/libraries/gstreamer/bad/default.nix
+++ b/pkgs/development/libraries/gstreamer/bad/default.nix
@@ -106,6 +106,10 @@ in stdenv.mkDerivation rec {
     ./fix_pkgconfig_includedir.patch
   ];
 
+  # https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/950
+  # https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1235
+  postPatch = "sed '/^  opencv_dep =/s/< 4\.2\.0/< 4.4.0/' -i ext/opencv/meson.build";
+
   nativeBuildInputs = [
     meson
     ninja