From 0afc4b949ef8fdca208c9b5dc3a8d677cc8f7b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Tue, 15 Mar 2011 16:52:06 +0000 Subject: [PATCH] Making hydra build neverball svn path=/nixpkgs/trunk/; revision=26329 --- pkgs/games/neverball/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/games/neverball/default.nix b/pkgs/games/neverball/default.nix index 01cb578f7c0b..7e2df42a2931 100644 --- a/pkgs/games/neverball/default.nix +++ b/pkgs/games/neverball/default.nix @@ -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; }; }