about summary refs log tree commit diff
path: root/pkgs/games/naev/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/naev/default.nix')
-rw-r--r--pkgs/games/naev/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/games/naev/default.nix b/pkgs/games/naev/default.nix
index 4516afaef6dc..580b27ab21d0 100644
--- a/pkgs/games/naev/default.nix
+++ b/pkgs/games/naev/default.nix
@@ -34,8 +34,9 @@ stdenv.mkDerivation {
   meta = {
     description = "2D action/rpg space game";
     homepage = http://www.naev.org;
-    license = "GPLv3+";
+    license = stdenv.lib.licenses.gpl3Plus;
     maintainers = with stdenv.lib.maintainers; [viric];
-    #platforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.linux;
+    hydraPlatforms = [];
   };
 }