Remove smbfsFuse from release.nix, use meta.platforms instead

svn path=/nixpkgs/trunk/; revision=22908
This commit is contained in:
Yury G. Kudryashov 2010-08-02 21:43:53 +00:00
parent fd7bcca52e
commit 858ce6dfd9
2 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Samba mounted via FUSE";
homepage = http://www.ricardis.tudelft.nl/~vincent/fusesmb/;
platforms = stdenv.lib.platforms.linux;
};
}

View File

@ -276,7 +276,6 @@ with (import ./release-lib.nix);
slim = linux;
sloccount = allBut "i686-cygwin";
smartmontools = all;
smbfsFuse = linux;
socat = linux;
spidermonkey = linux;
splashutils = linux;