python: remove isPy33, isPy34
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
, singledispatch
|
||||
, futures
|
||||
, isPy27
|
||||
, isPy33
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -23,8 +22,7 @@ buildPythonPackage rec {
|
||||
buildInputs = [ pkgs.makeWrapper ];
|
||||
|
||||
propagatedBuildInputs = [ pkgs.rtmpdump pycrypto requests ]
|
||||
++ stdenv.lib.optionals isPy27 [ singledispatch futures ]
|
||||
++ stdenv.lib.optionals isPy33 [ singledispatch ];
|
||||
++ stdenv.lib.optionals isPy27 [ singledispatch futures ];
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/livestreamer --prefix PATH : ${pkgs.rtmpdump}/bin
|
||||
|
||||
Reference in New Issue
Block a user