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