mopidy: Remove dbus-python on Darwin
Darwin doesn't have dbus.
This commit is contained in:
parent
e9ef15c322
commit
74d6d40bdf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user