Unverified Commit 2f5b4178 authored by Guanran928's avatar Guanran928 Committed by GitHub
Browse files

librewolf: add meta.mainProgram attribute

parent 96e8601b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {