duckmarines: support darwin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user