about summary refs log tree commit diff
path: root/pkgs/games/ufoai/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/ufoai/default.nix')
-rw-r--r--pkgs/games/ufoai/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/games/ufoai/default.nix b/pkgs/games/ufoai/default.nix
index d9955aec3eb4..0d909e1c43c1 100644
--- a/pkgs/games/ufoai/default.nix
+++ b/pkgs/games/ufoai/default.nix
@@ -28,8 +28,9 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = http://ufoai.org;
     description = "A squad-based tactical strategy game in the tradition of X-Com";
-    license = "GPLv2+";
+    license = stdenv.lib.licenses.gpl2Plus;
     maintainers = with stdenv.lib.maintainers; [viric];
-    #platforms = with stdenv.lib.platforms; linux;
+    platforms = stdenv.lib.platforms.linux;
+    hydraPlatforms = [];
   };
 }