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 = {
|
meta = {
|
||||||
description = "Samba mounted via FUSE";
|
description = "Samba mounted via FUSE";
|
||||||
homepage = http://www.ricardis.tudelft.nl/~vincent/fusesmb/;
|
homepage = http://www.ricardis.tudelft.nl/~vincent/fusesmb/;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -276,7 +276,6 @@ with (import ./release-lib.nix);
|
||||||
slim = linux;
|
slim = linux;
|
||||||
sloccount = allBut "i686-cygwin";
|
sloccount = allBut "i686-cygwin";
|
||||||
smartmontools = all;
|
smartmontools = all;
|
||||||
smbfsFuse = linux;
|
|
||||||
socat = linux;
|
socat = linux;
|
||||||
spidermonkey = linux;
|
spidermonkey = linux;
|
||||||
splashutils = linux;
|
splashutils = linux;
|
||||||
|
|
Loading…
Reference in New Issue