mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00: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"
|
cmakeFlags+=" -DWITH_TEXTUREPACKER=$PWD/tools/depends/native/TexturePacker/bin"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace xbmc/platform/posix/PosixTimezone.cpp \
|
|
||||||
--replace 'usr/share/zoneinfo' 'etc/zoneinfo'
|
|
||||||
'';
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# TODO: figure out which binaries should be wrapped this way and which shouldn't
|
# TODO: figure out which binaries should be wrapped this way and which shouldn't
|
||||||
for p in $(ls --ignore=kodi-send $out/bin/) ; do
|
for p in $(ls --ignore=kodi-send $out/bin/) ; do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue