Unverified Commit e260ad37 authored by nat's avatar nat
Browse files

jazz2: add updateScript

parent 88087e2e
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
{
  cmake,
  fetchFromGitHub,
  gitUpdater,
  jazz2-content,
  lib,
  libopenmpt,
@@ -40,9 +41,12 @@ stdenv.mkDerivation (finalAttrs: {
    "-DNCINE_OVERRIDE_CONTENT_PATH=${jazz2-content}"
  ];

  passthru.tests.version = testers.testVersion {
  passthru = {
    updateScript = gitUpdater { };
    tests.version = testers.testVersion {
      package = finalAttrs.finalPackage;
    };
  };

  meta = with lib; {
    description = "Open-source Jazz Jackrabbit 2 reimplementation";