Unverified Commit 8ca877b3 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

ladybird: add updateScript (#354027)

parents 3289b778 898996f4
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";