summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-01-03 10:26:51 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-01-03 10:26:51 -0300
commita08f1060e34fc97a2a6d3d724298f24600e40392 (patch)
tree4ac79e0835c09e494b7fb02257f3d000a02f46ed
parent86d00329cb911133aeb7cc4c790d131867f49dcc (diff)
downloadnixpkgs-a08f1060e34fc97a2a6d3d724298f24600e40392.tar
nixpkgs-a08f1060e34fc97a2a6d3d724298f24600e40392.tar.gz
nixpkgs-a08f1060e34fc97a2a6d3d724298f24600e40392.tar.bz2
nixpkgs-a08f1060e34fc97a2a6d3d724298f24600e40392.tar.lz
nixpkgs-a08f1060e34fc97a2a6d3d724298f24600e40392.tar.xz
nixpkgs-a08f1060e34fc97a2a6d3d724298f24600e40392.tar.zst
nixpkgs-a08f1060e34fc97a2a6d3d724298f24600e40392.zip
vlc: document patch
-rw-r--r--pkgs/applications/video/vlc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/vlc/default.nix b/pkgs/applications/video/vlc/default.nix
index 5ef62ff6b46..43f6c811537 100644
--- a/pkgs/applications/video/vlc/default.nix
+++ b/pkgs/applications/video/vlc/default.nix
@@ -62,6 +62,7 @@ stdenv.mkDerivation rec {
   BUILDCC = "${stdenv.cc}/bin/gcc";
 
   patches = [
+    # Required in order to run newer srt plugin. Remove it when next release arrives
     (fetchpatch {
       url = "https://raw.githubusercontent.com/archlinux/svntogit-packages/4250fe8f28c220d883db454cec2b2c76a07473eb/trunk/vlc-3.0.11.1-srt_1.4.2.patch";
       sha256 = "53poWjZfwq/6l316sqiCp0AtcGweyXBntcLDFPSokHQ=";