Making hydra build neverball

svn path=/nixpkgs/trunk/; revision=26329
This commit is contained in:
Lluís Batlle i Rossell 2011-03-15 16:52:06 +00:00
parent 497c46e5e5
commit 0afc4b949e

View File

@ -33,5 +33,7 @@ stdenv.mkDerivation rec {
homepage = http://neverball.org/;
description = "Tilt the floor to roll a ball";
license = "GPL";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
}