mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 13:50:04 +00:00
stirling-pdf-desktop: fix mainProgram
(cherry picked from commit 5ccbf893ea)
This commit is contained in:
committed by
github-actions[bot]
parent
2fb829384d
commit
1b9f2dd400
@@ -184,7 +184,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
+ (if isDesktopVariant then "runnable as a desktop app" else "hostable as a web app");
|
||||
homepage = "https://github.com/Stirling-Tools/Stirling-PDF";
|
||||
license = lib.licenses.mit; # TODO: figure out what proper licensing should be
|
||||
mainProgram = if isDesktopVariant then "stirling-pdf" else "Stirling-PDF";
|
||||
mainProgram = "Stirling-PDF";
|
||||
maintainers = with lib.maintainers; [
|
||||
tomasajt
|
||||
staticdev
|
||||
|
||||
Reference in New Issue
Block a user