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