about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/swordsandsoldiers.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/humblebundle/swordsandsoldiers.nix')
-rw-r--r--pkgs/games/humblebundle/swordsandsoldiers.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/humblebundle/swordsandsoldiers.nix b/pkgs/games/humblebundle/swordsandsoldiers.nix
index 755f001c..566bb83e 100644
--- a/pkgs/games/humblebundle/swordsandsoldiers.nix
+++ b/pkgs/games/humblebundle/swordsandsoldiers.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchHumbleBundle, makeWrapper
+{ stdenv, lib, fetchHumbleBundle, makeWrapper
 , SDL, libGL, zlib, openal, libvorbis, xorg, fontconfig, freetype, libogg
 }:
 
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ makeWrapper ];
 
   patchPhase = let
-    rpath = stdenv.lib.makeLibraryPath [
+    rpath = lib.makeLibraryPath [
       SDL libGL zlib openal libvorbis fontconfig freetype stdenv.cc.cc libogg
       xorg.libX11 xorg.libXft xorg.libXinerama xorg.libXext xorg.libXpm
     ];