summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2016-10-06 20:34:35 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2016-10-10 10:33:24 +0200
commit104c50dd1a310ba176562d3e33df37fd4f89e804 (patch)
tree26e18b023f06adc94365dc0c387f5640617cf1eb /pkgs/applications/video
parenta2720a25b9d38a421cce4a6e6caf685481e6c40a (diff)
downloadnixlib-104c50dd1a310ba176562d3e33df37fd4f89e804.tar
nixlib-104c50dd1a310ba176562d3e33df37fd4f89e804.tar.gz
nixlib-104c50dd1a310ba176562d3e33df37fd4f89e804.tar.bz2
nixlib-104c50dd1a310ba176562d3e33df37fd4f89e804.tar.lz
nixlib-104c50dd1a310ba176562d3e33df37fd4f89e804.tar.xz
nixlib-104c50dd1a310ba176562d3e33df37fd4f89e804.tar.zst
nixlib-104c50dd1a310ba176562d3e33df37fd4f89e804.zip
Python: remove modules and pythonFull
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/kodi/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/kodi/default.nix b/pkgs/applications/video/kodi/default.nix
index 1926913c8d04..1339c6506f8c 100644
--- a/pkgs/applications/video/kodi/default.nix
+++ b/pkgs/applications/video/kodi/default.nix
@@ -1,5 +1,5 @@
 { stdenv, lib, fetchurl, makeWrapper
-, pkgconfig, cmake, gnumake, yasm, pythonFull
+, pkgconfig, cmake, gnumake, yasm, python
 , boost, avahi, libdvdcss, lame, autoreconfHook
 , gettext, pcre-cpp, yajl, fribidi, which
 , openssl, gperf, tinyxml2, taglib, libssh, swig, jre
@@ -54,7 +54,7 @@ in stdenv.mkDerivation rec {
 
     buildInputs = [
       makeWrapper libxml2 gnutls
-      pkgconfig cmake gnumake yasm pythonFull
+      pkgconfig cmake gnumake yasm python
       boost libmicrohttpd autoreconfHook
       gettext pcre-cpp yajl fribidi libva
       openssl gperf tinyxml2 taglib libssh swig jre
@@ -107,7 +107,7 @@ in stdenv.mkDerivation rec {
     postInstall = ''
       for p in $(ls $out/bin/) ; do
         wrapProgram $out/bin/$p \
-          --prefix PATH ":" "${pythonFull}/bin" \
+          --prefix PATH ":" "${python}/bin" \
           --prefix PATH ":" "${glxinfo}/bin" \
           --prefix PATH ":" "${xdpyinfo}/bin" \
           --prefix LD_LIBRARY_PATH ":" "${lib.makeLibraryPath