From 3ac40259457c445810c623b0754c97c7aa091678 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra <eelco.dolstra@logicblox.com> Date: Thu, 21 Oct 2010 11:18:30 +0000 Subject: [PATCH] * Add some packages to the channel. svn path=/nixpkgs/trunk/; revision=24397 --- pkgs/applications/window-managers/compiz/ccsm.nix | 1 + pkgs/applications/window-managers/compiz/core.nix | 1 + pkgs/applications/window-managers/compiz/plugins-extra.nix | 1 + pkgs/applications/window-managers/compiz/plugins-main.nix | 1 + pkgs/tools/bluetooth/obexftp/default.nix | 1 + pkgs/tools/bluetooth/openobex/default.nix | 1 + pkgs/tools/filesystems/sshfs-fuse/default.nix | 1 + pkgs/top-level/release.nix | 1 - 8 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/window-managers/compiz/ccsm.nix b/pkgs/applications/window-managers/compiz/ccsm.nix index 4b544fec1eff..0406a170d190 100644 --- a/pkgs/applications/window-managers/compiz/ccsm.nix +++ b/pkgs/applications/window-managers/compiz/ccsm.nix @@ -26,5 +26,6 @@ stdenv.mkDerivation rec { meta = { homepage = http://www.compiz.org/; description = "Compiz settings manager"; + platforms = stdenv.lib.platforms.linux; }; } diff --git a/pkgs/applications/window-managers/compiz/core.nix b/pkgs/applications/window-managers/compiz/core.nix index 497b9c279ca0..ef5279613d09 100644 --- a/pkgs/applications/window-managers/compiz/core.nix +++ b/pkgs/applications/window-managers/compiz/core.nix @@ -32,5 +32,6 @@ stdenv.mkDerivation { meta = { homepage = http://www.compiz.org/; description = "A compositing window manager"; + platforms = stdenv.lib.platforms.linux; }; } diff --git a/pkgs/applications/window-managers/compiz/plugins-extra.nix b/pkgs/applications/window-managers/compiz/plugins-extra.nix index 18b779d9b494..8852ebd474ed 100644 --- a/pkgs/applications/window-managers/compiz/plugins-extra.nix +++ b/pkgs/applications/window-managers/compiz/plugins-extra.nix @@ -25,5 +25,6 @@ stdenv.mkDerivation rec { meta = { homepage = http://www.compiz.org/; description = "Extra plugins for Compiz"; + platforms = stdenv.lib.platforms.linux; }; } diff --git a/pkgs/applications/window-managers/compiz/plugins-main.nix b/pkgs/applications/window-managers/compiz/plugins-main.nix index 4c9e3b12c72d..ea1c01e7414b 100644 --- a/pkgs/applications/window-managers/compiz/plugins-main.nix +++ b/pkgs/applications/window-managers/compiz/plugins-main.nix @@ -17,5 +17,6 @@ stdenv.mkDerivation rec { meta = { homepage = http://www.compiz.org/; description = "Main plugins for Compiz"; + platforms = stdenv.lib.platforms.linux; }; } 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; }; } diff --git a/pkgs/tools/bluetooth/openobex/default.nix b/pkgs/tools/bluetooth/openobex/default.nix index 21c0c119c4cb..97ed96371c8f 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; }; } diff --git a/pkgs/tools/filesystems/sshfs-fuse/default.nix b/pkgs/tools/filesystems/sshfs-fuse/default.nix index 74a367e85225..92e7d854fd88 100644 --- a/pkgs/tools/filesystems/sshfs-fuse/default.nix +++ b/pkgs/tools/filesystems/sshfs-fuse/default.nix @@ -13,5 +13,6 @@ stdenv.mkDerivation rec { meta = { homepage = http://fuse.sourceforge.net/sshfs.html; description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH"; + platforms = stdenv.lib.platforms.linux; }; } diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 09b3cd11522d..36c2542fad07 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -54,7 +54,6 @@ with (import ./release-lib.nix); cksfv = all; classpath = linux; cmake = all; - #compiz = linux; consolekit = linux; coreutils = all; cpio = all;