about summary refs log tree commit diff
path: root/pkgs/games/humblebundle/opus-magnum.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/humblebundle/opus-magnum.nix')
-rw-r--r--pkgs/games/humblebundle/opus-magnum.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/humblebundle/opus-magnum.nix b/pkgs/games/humblebundle/opus-magnum.nix
index f7b2a244..07845a68 100644
--- a/pkgs/games/humblebundle/opus-magnum.nix
+++ b/pkgs/games/humblebundle/opus-magnum.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, buildGame, fetchHumbleBundle, makeWrapper, mono50
+{ stdenv, lib, buildGame, fetchHumbleBundle, makeWrapper, mono
 , SDL2, SDL2_image, SDL2_mixer, libvorbis
 }:
 
@@ -34,7 +34,7 @@ buildGame rec {
     cp -rvt "$out/share/opus-magnum" Content PackedContent
     cp -rvt "$out/libexec/opus-magnum" Lightning.exe* Ionic.Zip.Reduced.dll
 
-    makeWrapper ${lib.escapeShellArg mono50}/bin/mono "$out/bin/opus-magnum" \
+    makeWrapper ${lib.escapeShellArg mono}/bin/mono "$out/bin/opus-magnum" \
       --add-flags "$out/libexec/opus-magnum/Lightning.exe" \
       --run "cd '$out/share/opus-magnum'"
   '';