about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/hammerwatch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/humblebundle/hammerwatch.nix')
-rw-r--r--pkgs/games/humblebundle/hammerwatch.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/humblebundle/hammerwatch.nix b/pkgs/games/humblebundle/hammerwatch.nix
index ab5bc29f..871b2907 100644
--- a/pkgs/games/humblebundle/hammerwatch.nix
+++ b/pkgs/games/humblebundle/hammerwatch.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchHumbleBundle, makeWrapper, unzip, mono, SDL2, libGL, openal
+{ stdenv, lib, fetchHumbleBundle, makeWrapper, unzip, mono, SDL2, libGL, openal
 , pulseaudio
 }:
 
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ unzip makeWrapper ];
 
   installPhase = let
-    rpath = stdenv.lib.makeLibraryPath [ SDL2 libGL openal pulseaudio ];
+    rpath = lib.makeLibraryPath [ SDL2 libGL openal pulseaudio ];
     monoNoLLVM = mono.override { withLLVM = false; };
   in ''
     mkdir -p "$out/lib"