summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2017-02-12 21:14:09 +0100
committerRobert Helgesson <robert@rycee.net>2017-02-12 21:14:09 +0100
commit446aa6834aae0c585a94688247608458a0f93e4b (patch)
tree1c6147c659db078983cda0300c269ddaf7f37724 /pkgs/applications/video
parent2dba30af721d452000917a55a21a722331b113df (diff)
downloadnixlib-446aa6834aae0c585a94688247608458a0f93e4b.tar
nixlib-446aa6834aae0c585a94688247608458a0f93e4b.tar.gz
nixlib-446aa6834aae0c585a94688247608458a0f93e4b.tar.bz2
nixlib-446aa6834aae0c585a94688247608458a0f93e4b.tar.lz
nixlib-446aa6834aae0c585a94688247608458a0f93e4b.tar.xz
nixlib-446aa6834aae0c585a94688247608458a0f93e4b.tar.zst
nixlib-446aa6834aae0c585a94688247608458a0f93e4b.zip
subtitle-editor: fix build
Apply Debian patch that makes the project build with later GStreamer
versions.
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/subtitleeditor/default.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgs/applications/video/subtitleeditor/default.nix b/pkgs/applications/video/subtitleeditor/default.nix
index 3f8f683e0ca9..88768b3cb8f6 100644
--- a/pkgs/applications/video/subtitleeditor/default.nix
+++ b/pkgs/applications/video/subtitleeditor/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgconfig, intltool, file, desktop_file_utils,
+{ stdenv, fetchurl, fetchpatch, pkgconfig, intltool, file, desktop_file_utils,
   enchant, gnome3, gst_all_1, hicolor_icon_theme, libsigcxx, libxmlxx,
   xdg_utils, isocodes, wrapGAppsHook
 }:
@@ -16,6 +16,13 @@ stdenv.mkDerivation rec {
     sha256 = "087rxignjawby4z3lwnh9m6pcjphl3a0jf7gfp83h92mzcq79b4g";
   };
 
+  patches = [
+    (fetchpatch {
+      url = "https://sources.debian.net/data/main/s/subtitleeditor/0.53.0-2/debian/patches/03-fix-build-gstreamermm-1.8.0.patch";
+      sha256 = "0di2i34id5dqnd3glibhifair1kdfnv8ay3k64lirad726ardw2c";
+    })
+  ];
+
   nativeBuildInputs =  [
     pkgconfig
     intltool