about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/alephone/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/alephone/default.nix b/pkgs/games/alephone/default.nix
index efd26d1c4f0a..6562a60a5be4 100644
--- a/pkgs/games/alephone/default.nix
+++ b/pkgs/games/alephone/default.nix
@@ -96,5 +96,5 @@ in self // {
         license = lib.licenses.free;
         hydraPlatforms = [ ];
       } // meta;
-    });
+    } // extraArgs);
 }