diff options
author | lassulus <lass@lassul.us> | 2017-03-04 22:01:03 +0100 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-03-04 22:24:12 +0100 |
commit | e1bb6d8c27d3be94e3fa18eb8958f2c885322126 (patch) | |
tree | 1ba6d88730ac3d538b93c069fb6d6328d14a3a69 /lass | |
parent | e8b575db8dd94e92785015ff3479ceeb7ba3197d (diff) |
l 2 livestream: use python27
Diffstat (limited to 'lass')
-rw-r--r-- | lass/2configs/livestream.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/livestream.nix b/lass/2configs/livestream.nix index 25d54e26d..c877a8c0a 100644 --- a/lass/2configs/livestream.nix +++ b/lass/2configs/livestream.nix @@ -4,7 +4,7 @@ with import <stockholm/lib>; 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 { |