about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2021-02-11 14:55:01 +0100
committerEmery Hemingway <ehmry@posteo.net>2021-02-11 16:36:14 +0100
commit32f63b8193294d5cf58b0a188bf68413140af786 (patch)
treecf9f46025fce98c9cac6fc520a92d14e3954697c /pkgs/games
parent4f96c4349b7f8040e52cb109b7da22a64bedc2c0 (diff)
alephone.makeWrapper: accept extra arguments
This fixes the alephone-rubicon-x unpackPhase.
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 efd26d1c4f0a2..6562a60a5be48 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);
 }