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