kodi: use python2
This commit is contained in:
parent
ce4e71eda6
commit
7af8b221fd
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, lib, fetchurl, makeWrapper
|
{ stdenv, lib, fetchurl, makeWrapper
|
||||||
, pkgconfig, cmake, gnumake, yasm, python
|
, pkgconfig, cmake, gnumake, yasm, python2
|
||||||
, boost, avahi, libdvdcss, lame, autoreconfHook
|
, boost, avahi, libdvdcss, lame, autoreconfHook
|
||||||
, gettext, pcre-cpp, yajl, fribidi, which
|
, gettext, pcre-cpp, yajl, fribidi, which
|
||||||
, openssl, gperf, tinyxml2, taglib, libssh, swig, jre
|
, openssl, gperf, tinyxml2, taglib, libssh, swig, jre
|
||||||
@ -54,7 +54,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
makeWrapper libxml2 gnutls
|
makeWrapper libxml2 gnutls
|
||||||
pkgconfig cmake gnumake yasm python
|
pkgconfig cmake gnumake yasm python2
|
||||||
boost libmicrohttpd autoreconfHook
|
boost libmicrohttpd autoreconfHook
|
||||||
gettext pcre-cpp yajl fribidi libva
|
gettext pcre-cpp yajl fribidi libva
|
||||||
openssl gperf tinyxml2 taglib libssh swig jre
|
openssl gperf tinyxml2 taglib libssh swig jre
|
||||||
@ -107,7 +107,7 @@ in stdenv.mkDerivation rec {
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
for p in $(ls $out/bin/) ; do
|
for p in $(ls $out/bin/) ; do
|
||||||
wrapProgram $out/bin/$p \
|
wrapProgram $out/bin/$p \
|
||||||
--prefix PATH ":" "${python}/bin" \
|
--prefix PATH ":" "${python2}/bin" \
|
||||||
--prefix PATH ":" "${glxinfo}/bin" \
|
--prefix PATH ":" "${glxinfo}/bin" \
|
||||||
--prefix PATH ":" "${xdpyinfo}/bin" \
|
--prefix PATH ":" "${xdpyinfo}/bin" \
|
||||||
--prefix LD_LIBRARY_PATH ":" "${lib.makeLibraryPath
|
--prefix LD_LIBRARY_PATH ":" "${lib.makeLibraryPath
|
||||||
|
Loading…
Reference in New Issue
Block a user