mrrescue: support darwin

This commit is contained in:
Ulysses Zhan
2026-03-23 11:10:01 -07:00
parent a50d520d10
commit e303639255
+2 -2
View File
@@ -61,7 +61,7 @@ stdenv.mkDerivation {
cp -v mrrescue.love $out/share/games/lovegames/mrrescue.love
makeWrapper ${love}/bin/love $out/bin/mrrescue --add-flags $out/share/games/lovegames/mrrescue.love
makeWrapper ${lib.getExe love} $out/bin/mrrescue --add-flags $out/share/games/lovegames/mrrescue.love
chmod +x $out/bin/mrrescue
mkdir -p $out/share/applications
@@ -72,7 +72,7 @@ stdenv.mkDerivation {
description = "Arcade-style fire fighting game";
mainProgram = "mrrescue";
maintainers = [ ];
platforms = lib.platforms.linux;
platforms = love.meta.platforms;
license = lib.licenses.zlib;
downloadPage = "http://tangramgames.dk/games/mrrescue";
};