summary refs log tree commit diff
path: root/pkgs/games/neverball
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-03-15 16:52:06 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-03-15 16:52:06 +0000
commit0afc4b949ef8fdca208c9b5dc3a8d677cc8f7b34 (patch)
tree7b0d8d6c9e0c37c57218e7060a3a18ed3ceaca9d /pkgs/games/neverball
parent497c46e5e50e4c6bdb4fe093249533f5e906a437 (diff)
downloadnixpkgs-0afc4b949ef8fdca208c9b5dc3a8d677cc8f7b34.tar
nixpkgs-0afc4b949ef8fdca208c9b5dc3a8d677cc8f7b34.tar.gz
nixpkgs-0afc4b949ef8fdca208c9b5dc3a8d677cc8f7b34.tar.bz2
nixpkgs-0afc4b949ef8fdca208c9b5dc3a8d677cc8f7b34.tar.lz
nixpkgs-0afc4b949ef8fdca208c9b5dc3a8d677cc8f7b34.tar.xz
nixpkgs-0afc4b949ef8fdca208c9b5dc3a8d677cc8f7b34.tar.zst
nixpkgs-0afc4b949ef8fdca208c9b5dc3a8d677cc8f7b34.zip
Making hydra build neverball
svn path=/nixpkgs/trunk/; revision=26329
Diffstat (limited to 'pkgs/games/neverball')
-rw-r--r--pkgs/games/neverball/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/neverball/default.nix b/pkgs/games/neverball/default.nix
index 01cb578f7c0..7e2df42a293 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;
   };
 }