Merge pull request #313091 from jopejoe1/minetest
This commit is contained in:
commit
f26407cd46
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user