summary refs log tree commit diff
path: root/pkgs/games/ue4
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-27 12:44:43 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-01-27 12:44:43 +0700
commit3bbad8b041ce225eeb84b335c1cd1305b8c6f693 (patch)
tree4da99035070a79667db2ec1e1fc1e467501da228 /pkgs/games/ue4
parentdb4cede4160f25143fd882ba92e3cc2cd5f93ae0 (diff)
downloadnixpkgs-3bbad8b041ce225eeb84b335c1cd1305b8c6f693.tar
nixpkgs-3bbad8b041ce225eeb84b335c1cd1305b8c6f693.tar.gz
nixpkgs-3bbad8b041ce225eeb84b335c1cd1305b8c6f693.tar.bz2
nixpkgs-3bbad8b041ce225eeb84b335c1cd1305b8c6f693.tar.lz
nixpkgs-3bbad8b041ce225eeb84b335c1cd1305b8c6f693.tar.xz
nixpkgs-3bbad8b041ce225eeb84b335c1cd1305b8c6f693.tar.zst
nixpkgs-3bbad8b041ce225eeb84b335c1cd1305b8c6f693.zip
treewide: remove inherited stdenv.lib
Diffstat (limited to 'pkgs/games/ue4')
-rw-r--r--pkgs/games/ue4/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/games/ue4/default.nix b/pkgs/games/ue4/default.nix
index 73b1cb38ca3..95f0d64f197 100644
--- a/pkgs/games/ue4/default.nix
+++ b/pkgs/games/ue4/default.nix
@@ -1,8 +1,7 @@
-{ stdenv, writeScript, fetchurl, requireFile, unzip, clang, mono, which,
+{ lib, stdenv, writeScript, fetchurl, requireFile, unzip, clang, mono, which,
   xorg, xdg-user-dirs }:
 
 let
-  inherit (stdenv) lib;
   deps = import ./cdn-deps.nix { inherit fetchurl; };
   linkDeps = writeScript "link-deps.sh" (lib.concatMapStringsSep "\n" (hash:
     let prefix = lib.concatStrings (lib.take 2 (lib.stringToCharacters hash));