about summary refs log tree commit diff
path: root/pkgs/games/itch/towerfall-ascension.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/itch/towerfall-ascension.nix')
-rw-r--r--pkgs/games/itch/towerfall-ascension.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/itch/towerfall-ascension.nix b/pkgs/games/itch/towerfall-ascension.nix
index 21704211..5028bc98 100644
--- a/pkgs/games/itch/towerfall-ascension.nix
+++ b/pkgs/games/itch/towerfall-ascension.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, buildGame, fetchItch, makeWrapper, p7zip, unzip, mono50
+{ stdenv, lib, buildGame, fetchItch, makeWrapper, p7zip, unzip, mono
 , SDL2, SDL2_image, libGL, libvorbis, openal, monogamePatcher, writeScriptBin
 , coreutils
 
@@ -34,7 +34,7 @@ buildGame rec {
       Texture IntroScene SFX SFXVaried
   '';
 
-  nativeBuildInputs = [ makeWrapper mono50 monogamePatcher ];
+  nativeBuildInputs = [ makeWrapper mono monogamePatcher ];
 
   libdir = if stdenv.system == "x86_64-linux" then "lib64" else "lib";
 
@@ -78,7 +78,7 @@ buildGame rec {
         "TowerFall Dark World Expansion/DarkWorldContent"
     fi
 
-    makeWrapper ${lib.escapeShellArg mono50}/bin/mono \
+    makeWrapper ${lib.escapeShellArg mono}/bin/mono \
       "$out/bin/towerfall-ascension" \
       --set SDL_OPENGL_LIBRARY ${lib.escapeShellArg "${libGL}/lib/libGL.so"} \
       --set PATH "$dummyXdgOpen/bin" \