about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2010-10-21 11:18:30 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2010-10-21 11:18:30 +0000
commit3ac40259457c445810c623b0754c97c7aa091678 (patch)
tree3523d72406e5edb97f30b325a5e42c240bf1e4d7 /pkgs/tools/filesystems
parent21de0b5f236ddc489a60ebf0fbae6ea3e6da870c (diff)
downloadnixlib-3ac40259457c445810c623b0754c97c7aa091678.tar
nixlib-3ac40259457c445810c623b0754c97c7aa091678.tar.gz
nixlib-3ac40259457c445810c623b0754c97c7aa091678.tar.bz2
nixlib-3ac40259457c445810c623b0754c97c7aa091678.tar.lz
nixlib-3ac40259457c445810c623b0754c97c7aa091678.tar.xz
nixlib-3ac40259457c445810c623b0754c97c7aa091678.tar.zst
nixlib-3ac40259457c445810c623b0754c97c7aa091678.zip
* Add some packages to the channel.
svn path=/nixpkgs/trunk/; revision=24397
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/sshfs-fuse/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }