about summary refs log tree commit diff
path: root/pkgs/games/stepmania/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/stepmania/default.nix')
-rw-r--r--pkgs/games/stepmania/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/games/stepmania/default.nix b/pkgs/games/stepmania/default.nix
index 130f1f905a44..6a54dd7512f6 100644
--- a/pkgs/games/stepmania/default.nix
+++ b/pkgs/games/stepmania/default.nix
@@ -23,4 +23,9 @@ stdenv.mkDerivation rec {
     echo "exec $out/stepmania" >> $out/bin/stepmania
     chmod +x $out/bin/stepmania
   '';
+
+  meta = with stdenv.lib; {
+      platforms = platforms.linux;
+      maintainers = maintainers.mornfall;
+  };
 }