* Add some packages to the channel.

svn path=/nixpkgs/trunk/; revision=24397
This commit is contained in:
Eelco Dolstra 2010-10-21 11:18:30 +00:00
parent 21de0b5f23
commit 3ac4025945
8 changed files with 7 additions and 1 deletions

View File

@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.compiz.org/;
description = "Compiz settings manager";
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -32,5 +32,6 @@ stdenv.mkDerivation {
meta = {
homepage = http://www.compiz.org/;
description = "A compositing window manager";
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.compiz.org/;
description = "Extra plugins for Compiz";
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://www.compiz.org/;
description = "Main plugins for Compiz";
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -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;
};
}

View File

@ -54,7 +54,6 @@ with (import ./release-lib.nix);
cksfv = all;
classpath = linux;
cmake = all;
#compiz = linux;
consolekit = linux;
coreutils = all;
cpio = all;