90secondportraits: support darwin
This commit is contained in:
@@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm444 90secondportraits.love $out/share/games/lovegames/90secondportraits.love
|
||||
makeWrapper ${love}/bin/love $out/bin/90secondportraits \
|
||||
makeWrapper ${lib.getExe love} $out/bin/90secondportraits \
|
||||
--add-flags $out/share/games/lovegames/90secondportraits.love
|
||||
runHook postInstall
|
||||
'';
|
||||
@@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Silly speed painting game";
|
||||
mainProgram = "90secondportraits";
|
||||
platforms = lib.platforms.linux;
|
||||
platforms = love.meta.platforms;
|
||||
license = with lib.licenses; [
|
||||
zlib
|
||||
cc-by-sa-40
|
||||
|
||||
Reference in New Issue
Block a user