Merge branch 'master' into staging-next

There's been some large rebuild on master.
I don't really have time ATM to find what it was.
This commit is contained in:
Vladimír Čunát
2018-08-06 12:07:37 +02:00
112 changed files with 2429 additions and 2492 deletions

View File

@@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, makeWrapper, pythonPackages, perl, zip
{ stdenv, fetchFromGitHub, makeWrapper, python3Packages, perl, zip
, rtmpdump }:
let
inherit (pythonPackages) python nose pycrypto requests mock;
inherit (python3Packages) python nose pycrypto requests mock;
in stdenv.mkDerivation rec {
name = "svtplay-dl-${version}";
version = "1.9.11";