about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorPhilipp <philipp+github@xndr.de>2018-12-04 23:27:26 +0000
committerRenaud <c0bw3b@users.noreply.github.com>2018-12-05 00:27:26 +0100
commit169e2797119cd90b631ccfce9307645890da11a1 (patch)
treef8dfeb4ff9621d45450354f5fd47047f7dae0bb1 /pkgs/top-level
parentb682e03e125f73985d6aa9c6c8ee9da1abc29935 (diff)
downloadnixlib-169e2797119cd90b631ccfce9307645890da11a1.tar
nixlib-169e2797119cd90b631ccfce9307645890da11a1.tar.gz
nixlib-169e2797119cd90b631ccfce9307645890da11a1.tar.bz2
nixlib-169e2797119cd90b631ccfce9307645890da11a1.tar.lz
nixlib-169e2797119cd90b631ccfce9307645890da11a1.tar.xz
nixlib-169e2797119cd90b631ccfce9307645890da11a1.tar.zst
nixlib-169e2797119cd90b631ccfce9307645890da11a1.zip
kodi-cli: init at 1.1.1
* kodi-cli: init at 1.1.1 (#50892)

* kodi-cli: nitpicks

nitpicks applied are:

  - The pname thing
    staging-next has been merged.

  - Moved to tools/misc
    applications/video is more appropriate for video applications.
    This is a script used to interact with one.

  - Changed platforms to unix
    This script can only be used where kodi is present.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 6c5852e2217f..4cfe183f13e9 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -19937,6 +19937,8 @@ in
     kodi = kodiPlain;
   };
 
+  kodi-cli = callPackage ../tools/misc/kodi-cli { };
+
   kodi-retroarch-advanced-launchers =
     callPackage ../misc/emulators/retroarch/kodi-advanced-launchers.nix {
       cores = retroArchCores;