about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dbus
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-04-25 15:08:05 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-04-25 21:27:53 -0700
commit232b71c6e8d0722270568567c9a343ad7e15602d (patch)
tree37f95ff64c64e34252edfbca7fec42911baa939e /pkgs/development/python-modules/dbus
parent54f812558af42402872cecb91375526579ea4ea4 (diff)
downloadnixlib-232b71c6e8d0722270568567c9a343ad7e15602d.tar
nixlib-232b71c6e8d0722270568567c9a343ad7e15602d.tar.gz
nixlib-232b71c6e8d0722270568567c9a343ad7e15602d.tar.bz2
nixlib-232b71c6e8d0722270568567c9a343ad7e15602d.tar.lz
nixlib-232b71c6e8d0722270568567c9a343ad7e15602d.tar.xz
nixlib-232b71c6e8d0722270568567c9a343ad7e15602d.tar.zst
nixlib-232b71c6e8d0722270568567c9a343ad7e15602d.zip
Fix some platforms
Diffstat (limited to 'pkgs/development/python-modules/dbus')
-rw-r--r--pkgs/development/python-modules/dbus/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/dbus/default.nix b/pkgs/development/python-modules/dbus/default.nix
index bc386e7e5ac2..5bcdc54583db 100644
--- a/pkgs/development/python-modules/dbus/default.nix
+++ b/pkgs/development/python-modules/dbus/default.nix
@@ -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;
   };
 }