Merge pull request #313091 from jopejoe1/minetest

This commit is contained in:
Franz Pletz 2024-05-28 15:38:14 +02:00 committed by GitHub
commit f26407cd46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
{ lib { lib
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, gitUpdater
, cmake , cmake
, irrlichtmt , irrlichtmt
, coreutils , coreutils
@ -128,6 +129,10 @@ stdenv.mkDerivation (finalAttrs: {
mv $out/minetest.app $out/Applications mv $out/minetest.app $out/Applications
''; '';
passthru.updateScript = gitUpdater {
ignoredVersions = "^[^.]+$|.*-android$";
};
meta = with lib; { meta = with lib; {
homepage = "https://minetest.net/"; homepage = "https://minetest.net/";
description = "Infinite-world block sandbox game"; description = "Infinite-world block sandbox game";