From 3ac40259457c445810c623b0754c97c7aa091678 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 21 Oct 2010 11:18:30 +0000 Subject: * Add some packages to the channel. svn path=/nixpkgs/trunk/; revision=24397 --- pkgs/tools/bluetooth/obexftp/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/tools/bluetooth/obexftp') diff --git a/pkgs/tools/bluetooth/obexftp/default.nix b/pkgs/tools/bluetooth/obexftp/default.nix index c1531b1ce162..7326b1b40752 100644 --- a/pkgs/tools/bluetooth/obexftp/default.nix +++ b/pkgs/tools/bluetooth/obexftp/default.nix @@ -15,5 +15,6 @@ stdenv.mkDerivation rec { meta = { homepage = http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp; description = "A library and tool to access files on OBEX-based devices (such as Bluetooth phones)"; + platforms = stdenv.lib.platforms.linux; }; } -- cgit 1.4.1