summary refs log tree commit diff
path: root/pkgs/applications/video/kodi/wrapper.nix
diff options
context:
space:
mode:
authorCarles Pagès <page@cubata.homelinux.net>2015-11-30 23:00:09 +0100
committerCarles Pagès <page@cubata.homelinux.net>2015-12-05 08:42:45 +0100
commit5d9148c9ad4779d23219c5f15576e439e8ae5b11 (patch)
treea8333a245fd2165e411d9e6d67bb5e5e3e05abd8 /pkgs/applications/video/kodi/wrapper.nix
parent0a745f5dd20f3277c78a7deff875bc6954d2ed59 (diff)
downloadnixpkgs-5d9148c9ad4779d23219c5f15576e439e8ae5b11.tar
nixpkgs-5d9148c9ad4779d23219c5f15576e439e8ae5b11.tar.gz
nixpkgs-5d9148c9ad4779d23219c5f15576e439e8ae5b11.tar.bz2
nixpkgs-5d9148c9ad4779d23219c5f15576e439e8ae5b11.tar.lz
nixpkgs-5d9148c9ad4779d23219c5f15576e439e8ae5b11.tar.xz
nixpkgs-5d9148c9ad4779d23219c5f15576e439e8ae5b11.tar.zst
nixpkgs-5d9148c9ad4779d23219c5f15576e439e8ae5b11.zip
kodiPlugins.pvr-hts: init at 2.1.18
Add Tvheadend HTSP PVR client addon for Kodi.
Diffstat (limited to 'pkgs/applications/video/kodi/wrapper.nix')
-rw-r--r--pkgs/applications/video/kodi/wrapper.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/kodi/wrapper.nix b/pkgs/applications/video/kodi/wrapper.nix
index 9f7a87f9987..716eef466fb 100644
--- a/pkgs/applications/video/kodi/wrapper.nix
+++ b/pkgs/applications/video/kodi/wrapper.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
   buildInputs = [ makeWrapper ];
 
   buildCommand = ''
-    mkdir -p $out/share/kodi/addons/packages
+    mkdir -p $out/share/kodi/addons
     ${stdenv.lib.concatMapStrings
         (plugin: "ln -s ${plugin.out
                             + plugin.kodiPlugin
@@ -50,4 +50,4 @@ stdenv.mkDerivation {
 
   };
 
-}
\ No newline at end of file
+}