duckmarines: support darwin

This commit is contained in:
Ulysses Zhan
2026-03-23 11:10:00 -07:00
parent 5dec578dbc
commit db2d007d4d
+2 -2
View File
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
cp -v duckmarines.love $out/share/games/lovegames/duckmarines.love
makeWrapper ${love}/bin/love $out/bin/duckmarines --add-flags $out/share/games/lovegames/duckmarines.love
makeWrapper ${lib.getExe love} $out/bin/duckmarines --add-flags $out/share/games/lovegames/duckmarines.love
chmod +x $out/bin/duckmarines
mkdir -p $out/share/applications
@@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Duck-themed action puzzle video game";
platforms = lib.platforms.linux;
platforms = love.meta.platforms;
hydraPlatforms = [ ];
license = with lib.licenses; [
# code