ladybird: add updateScript (#354027)

This commit is contained in:
jopejoe1
2024-11-06 19:24:56 +01:00
committed by GitHub
@@ -26,6 +26,7 @@
, Cocoa
, Foundation
, OpenGL
, unstableGitUpdater
}:
let
@@ -148,6 +149,8 @@ stdenv.mkDerivation (finalAttrs: {
nixosTest = nixosTests.ladybird;
};
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {
description = "Browser using the SerenityOS LibWeb engine with a Qt or Cocoa GUI";
homepage = "https://ladybird.org";