Remove smbfsFuse from release.nix, use meta.platforms instead
svn path=/nixpkgs/trunk/; revision=22908
This commit is contained in:
parent
fd7bcca52e
commit
858ce6dfd9
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user