Commit 898996f4 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

ladybird: add updateScript

parent 71408df7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";