summaryrefslogtreecommitdiffstats
path: root/pkgs/games/openra/engine.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/openra/engine.nix')
-rw-r--r--pkgs/games/openra/engine.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/openra/engine.nix b/pkgs/games/openra/engine.nix
index 7d2d007d0758..365dc3d26793 100644
--- a/pkgs/games/openra/engine.nix
+++ b/pkgs/games/openra/engine.nix
@@ -7,14 +7,14 @@
This package could be seen as providing a set of in-tree mods,
while the `mod.nix` pacakges provide a single out-of-tree mod.
*/
-{ stdenv
+{ lib, stdenv
, packageAttrs
, patchEngine
, wrapLaunchGame
, engine
}:
-with stdenv.lib;
+with lib;
stdenv.mkDerivation (recursiveUpdate packageAttrs rec {
name = "${pname}-${version}";