From 97a7cb89c47ddfa25c96d82ca53f10c7dcd1a458 Mon Sep 17 00:00:00 2001 From: Aaron Andersen Date: Thu, 12 Dec 2024 20:06:13 -0500 Subject: [PATCH] kodi: drop patch which is no longer necessary --- pkgs/applications/video/kodi/unwrapped.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/applications/video/kodi/unwrapped.nix b/pkgs/applications/video/kodi/unwrapped.nix index 374837b01b38..9c9d4c68f9f4 100644 --- a/pkgs/applications/video/kodi/unwrapped.nix +++ b/pkgs/applications/video/kodi/unwrapped.nix @@ -220,11 +220,6 @@ in stdenv.mkDerivation (finalAttrs: { cmakeFlags+=" -DWITH_TEXTUREPACKER=$PWD/tools/depends/native/TexturePacker/bin" ''; - postPatch = '' - substituteInPlace xbmc/platform/posix/PosixTimezone.cpp \ - --replace 'usr/share/zoneinfo' 'etc/zoneinfo' - ''; - postInstall = '' # TODO: figure out which binaries should be wrapped this way and which shouldn't for p in $(ls --ignore=kodi-send $out/bin/) ; do