Skip to content

Commit

Permalink
Merge pull request NixOS#267330 from Guanran928/librewolf-mainprogram
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Nov 16, 2023
2 parents af8afbe + 2f5b417 commit 5d11cc7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ in
# not in `badPlatforms` because cross-compilation on 64-bit machine might work.
maxSilent = 14400; # 4h, double the default of 7200s (c.f. #129212, #129115)
license = lib.licenses.mpl20;
mainProgram = "librewolf";
};
tests = [ nixosTests.librewolf ];
updateScript = callPackage ./update.nix {
Expand Down

0 comments on commit 5d11cc7

Please sign in to comment.