Unverified Commit f26407cd authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #313091 from jopejoe1/minetest

parents 743f1dfd 3907a566
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{ 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";