From 32f63b8193294d5cf58b0a188bf68413140af786 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Thu, 11 Feb 2021 14:55:01 +0100 Subject: alephone.makeWrapper: accept extra arguments This fixes the alephone-rubicon-x unpackPhase. --- pkgs/games/alephone/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games') 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); } -- cgit 1.4.1