librewolf: add meta.mainProgram attribute

This commit is contained in:
Guanran928 2023-11-13 17:28:06 -06:00 committed by GitHub
parent 96e8601b9d
commit 2f5b41781a
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 {