about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-09-21 19:25:52 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-09-21 19:29:51 +0300
commit5aee5b2100777ef2d7dc2e218a3be3922ccb3184 (patch)
treed1bbca830956094634902b3332491816a926a6ec /pkgs/top-level
parent7be4077832a14b7734b809d61f6b0b41efe1f5b9 (diff)
downloadnixlib-5aee5b2100777ef2d7dc2e218a3be3922ccb3184.tar
nixlib-5aee5b2100777ef2d7dc2e218a3be3922ccb3184.tar.gz
nixlib-5aee5b2100777ef2d7dc2e218a3be3922ccb3184.tar.bz2
nixlib-5aee5b2100777ef2d7dc2e218a3be3922ccb3184.tar.lz
nixlib-5aee5b2100777ef2d7dc2e218a3be3922ccb3184.tar.xz
nixlib-5aee5b2100777ef2d7dc2e218a3be3922ccb3184.tar.zst
nixlib-5aee5b2100777ef2d7dc2e218a3be3922ccb3184.zip
streamlink: Init at 1.14.0-rc1
A fork of livestreamer (which is no longer maintained) that actually
works with Twitch.
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 1261c3dce732..d8d4e1be75d9 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -9584,6 +9584,8 @@ in
 
   stlport = callPackage ../development/libraries/stlport { };
 
+  streamlink = callPackage ../applications/video/streamlink { pythonPackages = python3Packages; };
+
   strigi = callPackage ../development/libraries/strigi { clucene_core = clucene_core_2; };
 
   subtitleeditor = callPackage ../applications/video/subtitleeditor { };