Merge pull request #267330 from Guanran928/librewolf-mainprogram

This commit is contained in:
Artturi 2023-11-16 23:08:47 +02:00 committed by GitHub
commit 5d11cc77b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {