Fix some platforms

This commit is contained in:
William A. Kennington III
2015-04-25 15:08:05 -07:00
parent 54f812558a
commit 232b71c6e8
3 changed files with 4 additions and 1 deletions

View File

@@ -18,5 +18,6 @@ if isPyPy then throw "dbus-python not supported for interpreter ${python.executa
meta = {
description = "Python DBus bindings";
license = stdenv.lib.licenses.mit;
platforms = dbus.meta.platforms;
};
}