File tree 1 file changed +7
-5
lines changed
pkgs/applications/video/kodi
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 54
54
} ;
55
55
in stdenv . mkDerivation rec {
56
56
name = "kodi-${ version } " ;
57
- version = "17.1 " ;
57
+ version = "17.2 " ;
58
58
59
59
src = fetchurl {
60
60
url = "https://github.com/xbmc/xbmc/archive/${ version } -${ rel } .tar.gz" ;
61
- sha256 = "1vmvrq0qdjnphw34yils2b5jnm05cmsg777hc4lwqz5mrc1kjgrh " ;
61
+ sha256 = "1zmgw65dbdpv72xfimrh02m8sdg4cb9i3hbmqzgs8x00b9n27ndf " ;
62
62
} ;
63
63
64
64
buildInputs = [
65
- makeWrapper libxml2 gnutls
66
- pkgconfig cmake gnumake yasm python2
67
- boost libmicrohttpd autoreconfHook
65
+ libxml2 gnutls yasm python2
66
+ boost libmicrohttpd
68
67
gettext pcre-cpp yajl fribidi libva
69
68
openssl gperf tinyxml2 taglib libssh swig jre
70
69
libX11 xproto inputproto which
@@ -91,6 +90,9 @@ in stdenv.mkDerivation rec {
91
90
++ lib . optional rtmpSupport rtmpdump
92
91
++ lib . optional joystickSupport SDL2 ;
93
92
93
+ nativeBuildInputs = [
94
+ autoreconfHook cmake gnumake makeWrapper pkgconfig
95
+ ] ;
94
96
95
97
dontUseCmakeConfigure = true ;
96
98
You can’t perform that action at this time.
0 commit comments