From e1bb6d8c27d3be94e3fa18eb8958f2c885322126 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 4 Mar 2017 22:01:03 +0100 Subject: l 2 livestream: use python27 --- lass/2configs/livestream.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lass/2configs/livestream.nix') diff --git a/lass/2configs/livestream.nix b/lass/2configs/livestream.nix index 25d54e26..c877a8c0 100644 --- a/lass/2configs/livestream.nix +++ b/lass/2configs/livestream.nix @@ -4,7 +4,7 @@ with import ; let stream = pkgs.writeDashBin "stream" '' - ${pkgs.python35Packages.livestreamer}/bin/livestreamer --http-header Client-ID=jzkbprff40iqj646a697cyrvl0zt2m6 -p mpv "$@" + ${pkgs.python27Packages.livestreamer}/bin/livestreamer --http-header Client-ID=jzkbprff40iqj646a697cyrvl0zt2m6 -p mpv "$@" ''; in { -- cgit v1.2.3