diff --git a/pkgs/by-name/ar/aribb25/package.nix b/pkgs/by-name/ar/aribb25/package.nix index 1e7acc40b713..1ed554b00be6 100644 --- a/pkgs/by-name/ar/aribb25/package.nix +++ b/pkgs/by-name/ar/aribb25/package.nix @@ -48,6 +48,11 @@ stdenv.mkDerivation { }) ]; + postPatch = '' + substituteInPlace src/td.c \ + --replace-fail 'static void show_usage();' 'static void show_usage(int exit_code);' + ''; + meta = { description = "Sample implementation of the ARIB STD-B25 standard"; homepage = "https://code.videolan.org/videolan/aribb25";