From 463a2284ce60c6050c0624f28cbaae115522a4ea Mon Sep 17 00:00:00 2001 From: Yegor Timoshenko Date: Mon, 16 Apr 2018 20:44:21 +0000 Subject: mopidy-iris: add tornado to dependencies --- pkgs/applications/audio/mopidy-iris/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/applications/audio') diff --git a/pkgs/applications/audio/mopidy-iris/default.nix b/pkgs/applications/audio/mopidy-iris/default.nix index a0f91c6708f4..1c8b0af70e43 100644 --- a/pkgs/applications/audio/mopidy-iris/default.nix +++ b/pkgs/applications/audio/mopidy-iris/default.nix @@ -17,8 +17,11 @@ pythonPackages.buildPythonApplication rec { pylast spotipy raven + tornado ]); + postPatch = "sed -i /tornado/d setup.py"; + # no tests implemented doCheck = false; -- cgit 1.4.1