about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/owlboy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/humblebundle/owlboy.nix')
-rw-r--r--pkgs/games/humblebundle/owlboy.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/humblebundle/owlboy.nix b/pkgs/games/humblebundle/owlboy.nix
index a6c42577..3324ce43 100644
--- a/pkgs/games/humblebundle/owlboy.nix
+++ b/pkgs/games/humblebundle/owlboy.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, buildGame, fetchHumbleBundle, unzip, makeWrapper, mono50
+{ stdenv, lib, buildGame, fetchHumbleBundle, unzip, makeWrapper, mono
 , SDL2, SDL2_image, openal, libvorbis
 , writeText
 }:
@@ -89,7 +89,7 @@ buildGame rec {
     cp -rvt "$out/lib/owlboy" "$libdir/libmojoshader.so"
     ln -vs "$out/share/owlboy" "$out/libexec/owlboy/content"
 
-    makeWrapper ${lib.escapeShellArg mono50}/bin/mono \
+    makeWrapper ${lib.escapeShellArg mono}/bin/mono \
       "$out/bin/owlboy" \
       --set LD_PRELOAD "$out/lib/owlboy/preloader.so" \
       --add-flags "$out/libexec/owlboy/Owlboy.exe" \