Limit RelFS platform set

svn path=/nixpkgs/trunk/; revision=17200
This commit is contained in:
Michael Raskin 2009-09-16 14:53:06 +00:00
parent be5087cc6e
commit 23e53f0d74

View file

@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
description = "A relational filesystem on top of FUSE";
inherit src;
maintainers = [args.lib.maintainers.raskin];
platforms = args.lib.platforms.linux;
};
}