Author: eelco
Date: Thu Oct 21 11:18:30 2010
New Revision: 24397
URL: https://svn.nixos.org/websvn/nix/?rev=24397&sc=1

Log:
* Add some packages to the channel.

Modified:
   nixpkgs/trunk/pkgs/applications/window-managers/compiz/ccsm.nix
   nixpkgs/trunk/pkgs/applications/window-managers/compiz/core.nix
   nixpkgs/trunk/pkgs/applications/window-managers/compiz/plugins-extra.nix
   nixpkgs/trunk/pkgs/applications/window-managers/compiz/plugins-main.nix
   nixpkgs/trunk/pkgs/tools/bluetooth/obexftp/default.nix
   nixpkgs/trunk/pkgs/tools/bluetooth/openobex/default.nix
   nixpkgs/trunk/pkgs/tools/filesystems/sshfs-fuse/default.nix
   nixpkgs/trunk/pkgs/top-level/release.nix

Modified: nixpkgs/trunk/pkgs/applications/window-managers/compiz/ccsm.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/window-managers/compiz/ccsm.nix     Thu Oct 
21 07:09:47 2010        (r24396)
+++ nixpkgs/trunk/pkgs/applications/window-managers/compiz/ccsm.nix     Thu Oct 
21 11:18:30 2010        (r24397)
@@ -26,5 +26,6 @@
   meta = {
     homepage = http://www.compiz.org/;
     description = "Compiz settings manager";
+    platforms = stdenv.lib.platforms.linux;
   };
 }

Modified: nixpkgs/trunk/pkgs/applications/window-managers/compiz/core.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/window-managers/compiz/core.nix     Thu Oct 
21 07:09:47 2010        (r24396)
+++ nixpkgs/trunk/pkgs/applications/window-managers/compiz/core.nix     Thu Oct 
21 11:18:30 2010        (r24397)
@@ -32,5 +32,6 @@
   meta = {
     homepage = http://www.compiz.org/;
     description = "A compositing window manager";
+    platforms = stdenv.lib.platforms.linux;
   };
 }

Modified: 
nixpkgs/trunk/pkgs/applications/window-managers/compiz/plugins-extra.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/window-managers/compiz/plugins-extra.nix    
Thu Oct 21 07:09:47 2010        (r24396)
+++ nixpkgs/trunk/pkgs/applications/window-managers/compiz/plugins-extra.nix    
Thu Oct 21 11:18:30 2010        (r24397)
@@ -25,5 +25,6 @@
   meta = {
     homepage = http://www.compiz.org/;
     description = "Extra plugins for Compiz";
+    platforms = stdenv.lib.platforms.linux;
   };
 }

Modified: 
nixpkgs/trunk/pkgs/applications/window-managers/compiz/plugins-main.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/window-managers/compiz/plugins-main.nix     
Thu Oct 21 07:09:47 2010        (r24396)
+++ nixpkgs/trunk/pkgs/applications/window-managers/compiz/plugins-main.nix     
Thu Oct 21 11:18:30 2010        (r24397)
@@ -17,5 +17,6 @@
   meta = {
     homepage = http://www.compiz.org/;
     description = "Main plugins for Compiz";
+    platforms = stdenv.lib.platforms.linux;
   };
 }

Modified: nixpkgs/trunk/pkgs/tools/bluetooth/obexftp/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/bluetooth/obexftp/default.nix      Thu Oct 21 
07:09:47 2010        (r24396)
+++ nixpkgs/trunk/pkgs/tools/bluetooth/obexftp/default.nix      Thu Oct 21 
11:18:30 2010        (r24397)
@@ -15,5 +15,6 @@
   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;
   };
 }

Modified: nixpkgs/trunk/pkgs/tools/bluetooth/openobex/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/bluetooth/openobex/default.nix     Thu Oct 21 
07:09:47 2010        (r24396)
+++ nixpkgs/trunk/pkgs/tools/bluetooth/openobex/default.nix     Thu Oct 21 
11:18:30 2010        (r24397)
@@ -15,5 +15,6 @@
   meta = {
     homepage = http://dev.zuckschwerdt.org/openobex/;
     description = "An open source implementation of the Object Exchange (OBEX) 
protocol";
+    platforms = stdenv.lib.platforms.linux;
   };
 }

Modified: nixpkgs/trunk/pkgs/tools/filesystems/sshfs-fuse/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/filesystems/sshfs-fuse/default.nix Thu Oct 21 
07:09:47 2010        (r24396)
+++ nixpkgs/trunk/pkgs/tools/filesystems/sshfs-fuse/default.nix Thu Oct 21 
11:18:30 2010        (r24397)
@@ -13,5 +13,6 @@
   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;
   };
 }

Modified: nixpkgs/trunk/pkgs/top-level/release.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/release.nix    Thu Oct 21 07:09:47 2010        
(r24396)
+++ nixpkgs/trunk/pkgs/top-level/release.nix    Thu Oct 21 11:18:30 2010        
(r24397)
@@ -54,7 +54,6 @@
   cksfv = all;
   classpath = linux;
   cmake = all;
-  #compiz = linux;
   consolekit = linux;
   coreutils = all;
   cpio = all;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to