Making filelight built by hydra (I added the platforms meta attribute)

svn path=/nixpkgs/trunk/; revision=21444
This commit is contained in:
Lluís Batlle i Rossell 2010-04-29 21:32:01 +00:00
parent f85992530f
commit fa2177ed5c

View File

@ -14,5 +14,6 @@ stdenv.mkDerivation {
license = "GPL";
homepage = http://www.methylblue.com/filelight/;
maintainers = [ lib.maintainers.viric ];
platforms = with stdenv.lib.platforms; linux;
};
}