Merge pull request #35419 from Kaali/master

Support mopidy on Darwin
This commit is contained in:
Daiderd Jordan
2018-03-01 22:07:28 +01:00
committed by GitHub
4 changed files with 17 additions and 8 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ pythonPackages.buildPythonApplication rec {
];
propagatedBuildInputs = with pythonPackages; [
gst-python pygobject3 pykka tornado requests dbus-python
];
gst-python pygobject3 pykka tornado requests
] ++ stdenv.lib.optional (!stdenv.isDarwin) dbus-python;
# There are no tests
doCheck = false;