about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/pico-8.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/humblebundle/pico-8.nix')
-rw-r--r--pkgs/games/humblebundle/pico-8.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/humblebundle/pico-8.nix b/pkgs/games/humblebundle/pico-8.nix
index d7337065..eaf84d0d 100644
--- a/pkgs/games/humblebundle/pico-8.nix
+++ b/pkgs/games/humblebundle/pico-8.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchHumbleBundle, SDL2, unzip, xorg, libudev, alsaLib, dbus
+{ stdenv, lib, fetchHumbleBundle, SDL2, unzip, xorg, libudev, alsaLib, dbus
 , libpulseaudio, libdrm, libvorbis, json_c }:
 
 stdenv.mkDerivation rec {
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
   phases = [ "unpackPhase" "buildPhase" "installPhase" ];
 
   buildPhase = let
-    rpath = stdenv.lib.makeLibraryPath [
+    rpath = lib.makeLibraryPath [
       stdenv.cc.cc SDL2 xorg.libXxf86vm xorg.libXcursor xorg.libXi
       xorg.libXrandr libudev alsaLib dbus
       libpulseaudio libdrm libvorbis json_c