about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/cavestoryplus.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/humblebundle/cavestoryplus.nix')
-rw-r--r--pkgs/games/humblebundle/cavestoryplus.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/humblebundle/cavestoryplus.nix b/pkgs/games/humblebundle/cavestoryplus.nix
index a549ebfb..99698989 100644
--- a/pkgs/games/humblebundle/cavestoryplus.nix
+++ b/pkgs/games/humblebundle/cavestoryplus.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchHumbleBundle, makeWrapper, SDL, libGL }:
+{ stdenv, lib, fetchHumbleBundle, makeWrapper, SDL, libGL }:
 
 stdenv.mkDerivation rec {
   name = "cave-story-plus-${version}";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
   buildInputs = [ makeWrapper ];
 
   patchPhase = let
-    rpath = stdenv.lib.makeLibraryPath [
+    rpath = lib.makeLibraryPath [
       SDL "$out" stdenv.cc.cc libGL
     ];
   in ''