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:
commit
c668a9a087
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue