about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/unepic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/humblebundle/unepic.nix')
-rw-r--r--pkgs/games/humblebundle/unepic.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/humblebundle/unepic.nix b/pkgs/games/humblebundle/unepic.nix
index cc4099f5..5a94ca92 100644
--- a/pkgs/games/humblebundle/unepic.nix
+++ b/pkgs/games/humblebundle/unepic.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchHumbleBundle, unzip, makeWrapper, SDL2, SDL2_mixer, zlib }:
+{ stdenv, lib, fetchHumbleBundle, unzip, makeWrapper, SDL2, SDL2_mixer, zlib }:
 
 let
   version = "1.50.5";
@@ -22,7 +22,7 @@ in stdenv.mkDerivation rec {
   buildInputs = [ unzip makeWrapper ];
 
   installPhase = let
-    rpath = stdenv.lib.makeLibraryPath [ SDL2 SDL2_mixer zlib stdenv.cc.cc ];
+    rpath = lib.makeLibraryPath [ SDL2 SDL2_mixer zlib stdenv.cc.cc ];
   in ''
     dest="$out/opt/games/unepic"
     exe="$dest/unepic${arch}"