0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

kodi: drop patch which is no longer necessary (#364763)

This commit is contained in:
Aaron Andersen 2024-12-13 19:49:25 -05:00 committed by GitHub
commit c668a9a087
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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