mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
ladybird: add updateScript
This commit is contained in:
parent
71408df70f
commit
898996f4f8
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user