summary refs log tree commit diff
path: root/pkgs/tools/bluetooth/openobex
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/bluetooth/openobex')
-rw-r--r--pkgs/tools/bluetooth/openobex/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/bluetooth/openobex/default.nix b/pkgs/tools/bluetooth/openobex/default.nix
index 21c0c119c4c..97ed96371c8 100644
--- a/pkgs/tools/bluetooth/openobex/default.nix
+++ b/pkgs/tools/bluetooth/openobex/default.nix
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = http://dev.zuckschwerdt.org/openobex/;
     description = "An open source implementation of the Object Exchange (OBEX) protocol";
+    platforms = stdenv.lib.platforms.linux;
   };
 }