treewide: add mainProgram

This commit is contained in:
h7x4 2023-11-23 22:09:35 +01:00 committed by Bjørn Forsman
parent 14caf2eb45
commit 12315f53ff
332 changed files with 332 additions and 0 deletions

View File

@ -54,5 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.getpsyched ]; maintainers = [ maintainers.getpsyched ];
platforms = platforms.all; platforms = platforms.all;
mainProgram = "atlauncher";
}; };
}) })

View File

@ -97,5 +97,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ _360ied ]; maintainers = with maintainers; [ _360ied ];
mainProgram = "ClassiCube";
}; };
} }

View File

@ -42,5 +42,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
license = licenses.unfree; license = licenses.unfree;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ gador ]; maintainers = with maintainers; [ gador ];
mainProgram = "gamepad-tool";
}; };
}) })

View File

@ -65,5 +65,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; []; maintainers = with maintainers; [];
mainProgram = "ivan";
}; };
} }

View File

@ -130,5 +130,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ wyvie pstn cpu ]; maintainers = with maintainers; [ wyvie pstn cpu ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
mainProgram = "mudlet";
}; };
} }

View File

@ -37,5 +37,6 @@ to win.
''; '';
maintainers = with lib.maintainers; [ jcumming ]; maintainers = with lib.maintainers; [ jcumming ];
platforms = with lib.platforms; linux; platforms = with lib.platforms; linux;
mainProgram = "Ri_li";
}; };
} }

View File

@ -41,5 +41,6 @@ rustPlatform.buildRustPackage rec {
maintainers = with maintainers; [ lom ]; maintainers = with maintainers; [ lom ];
# steam only supports that platform # steam only supports that platform
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
mainProgram = "steam-tui";
}; };
} }

View File

@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
maintainers = [ ]; maintainers = [ ];
# never built on aarch64-linux since first introduction in nixpkgs # never built on aarch64-linux since first introduction in nixpkgs
broken = stdenv.isLinux && stdenv.isAarch64; broken = stdenv.isLinux && stdenv.isAarch64;
mainProgram = "stepmania";
}; };
} }

View File

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
description = "Simple shooting game with your cannon is sitting atop a teeter totter"; description = "Simple shooting game with your cannon is sitting atop a teeter totter";
license = lib.licenses.gpl2Plus; license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
mainProgram = "teetertorture";
}; };
} }

View File

@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
Wingdows [TM], a virus cleverly designed to resemble a popular Wingdows [TM], a virus cleverly designed to resemble a popular
operating system. operating system.
''; '';
mainProgram = "xbill";
}; };
} }

View File

@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ fgaz ]; maintainers = with maintainers; [ fgaz ];
platforms = platforms.all; platforms = platforms.all;
mainProgram = "zaz";
}; };
} }

View File

@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
''; '';
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "zoom";
}; };
} }

View File

@ -65,5 +65,6 @@ clangStdenv.mkDerivation rec {
license = licenses.gpl3Only; license = licenses.gpl3Only;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ artturin ]; maintainers = with maintainers; [ artturin ];
mainProgram = "ananicy-cpp";
}; };
} }

View File

@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Only; license = licenses.gpl3Only;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ artturin ]; maintainers = with maintainers; [ artturin ];
mainProgram = "ananicy";
}; };
} }

View File

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.jagajaga ]; maintainers = [ maintainers.jagajaga ];
mainProgram = "apulse";
}; };
} }

View File

@ -18,5 +18,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/rom1v/autoadb"; homepage = "https://github.com/rom1v/autoadb";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ shawn8901 ]; maintainers = with maintainers; [ shawn8901 ];
mainProgram = "autoadb";
}; };
} }

View File

@ -19,5 +19,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ dit7ya ]; maintainers = with maintainers; [ dit7ya ];
mainProgram = "autotiling-rs";
}; };
} }

View File

@ -20,6 +20,7 @@ buildPythonApplication rec {
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ artturin ]; maintainers = with maintainers; [ artturin ];
mainProgram = "autotiling";
}; };
} }

View File

@ -14,5 +14,6 @@ python3Packages.buildPythonPackage rec {
description = "wow very terminal doge"; description = "wow very terminal doge";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ Gonzih ]; maintainers = with maintainers; [ Gonzih ];
mainProgram = "doge";
}; };
} }

View File

@ -78,5 +78,6 @@ buildGoModule rec {
changelog = "https://github.com/fastly/cli/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/fastly/cli/blob/v${version}/CHANGELOG.md";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ ereslibre shyim ]; maintainers = with maintainers; [ ereslibre shyim ];
mainProgram = "fastly";
}; };
} }

View File

@ -57,5 +57,6 @@ buildPythonApplication rec {
maintainers = with maintainers; [ sepi ]; maintainers = with maintainers; [ sepi ];
platforms = platforms.all; platforms = platforms.all;
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/frescobaldi.x86_64-darwin broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/frescobaldi.x86_64-darwin
mainProgram = "frescobaldi";
}; };
} }

View File

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
maintainers = with maintainers; [ jchw ]; maintainers = with maintainers; [ jchw ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "lightspark";
}; };
} }

View File

@ -17,5 +17,6 @@ in stdenv.mkDerivation {
license = lib.licenses.mit; license = lib.licenses.mit;
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
mainProgram = "long-shebang";
}; };
} }

View File

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
license = lib.licenses.unlicense; license = lib.licenses.unlicense;
maintainers = with lib.maintainers; [ genericnerdyusername ]; maintainers = with lib.maintainers; [ genericnerdyusername ];
platforms = lib.platforms.unix; platforms = lib.platforms.unix;
mainProgram = "lssecret";
}; };
} }

View File

@ -76,5 +76,6 @@ in rustPlatform.buildRustPackage {
changelog = "https://github.com/scottlamb/moonfire-nvr/releases/tag/v${version}"; changelog = "https://github.com/scottlamb/moonfire-nvr/releases/tag/v${version}";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ gaelreyrol ]; maintainers = with maintainers; [ gaelreyrol ];
mainProgram = "moonfire-nvr";
}; };
} }

View File

@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd2; license = licenses.bsd2;
maintainers = [ maintainers.colemickens ]; maintainers = [ maintainers.colemickens ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "mxt-app";
}; };
} }

View File

@ -30,5 +30,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/phip1611/nflz"; homepage = "https://github.com/phip1611/nflz";
license = with lib.licenses; [ mit ]; license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ phip1611 ]; maintainers = with lib.maintainers; [ phip1611 ];
mainProgram = "nflz";
}; };
} }

View File

@ -56,5 +56,6 @@ python3Packages.buildPythonApplication rec {
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ janik ]; maintainers = with maintainers; [ janik ];
mainProgram = "opcua-client";
}; };
} }

View File

@ -37,5 +37,6 @@ python3.pkgs.buildPythonApplication rec{
platforms = platforms.unix; platforms = platforms.unix;
description = "Run menubar commands, much like the Unity 7 Heads-Up Display (HUD)"; description = "Run menubar commands, much like the Unity 7 Heads-Up Display (HUD)";
maintainers = with maintainers; [ pasqui23 ]; maintainers = with maintainers; [ pasqui23 ];
mainProgram = "plasma-hud";
}; };
} }

View File

@ -27,5 +27,6 @@ python3Packages.buildPythonPackage rec {
homepage = "https://github.com/vinayak-mehta/present"; homepage = "https://github.com/vinayak-mehta/present";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ lom ]; maintainers = with maintainers; [ lom ];
mainProgram = "present";
}; };
} }

View File

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
homepage = "https://mockmoon-cybernetics.ch/computer/p-touch2430pc/"; homepage = "https://mockmoon-cybernetics.ch/computer/p-touch2430pc/";
maintainers = with maintainers; [ shamilton ]; maintainers = with maintainers; [ shamilton ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "ptouch-print";
}; };
} }

View File

@ -45,5 +45,6 @@ python3.pkgs.buildPythonApplication rec {
# Next release will move to BSD3 # Next release will move to BSD3
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ koslambrou ]; maintainers = with maintainers; [ koslambrou ];
mainProgram = "pylode";
}; };
} }

View File

@ -75,5 +75,6 @@ python3.pkgs.buildPythonApplication rec {
changelog = "https://github.com/Textualize/rich-cli/releases/tag/v${version}"; changelog = "https://github.com/Textualize/rich-cli/releases/tag/v${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ joelkoen ]; maintainers = with maintainers; [ joelkoen ];
mainProgram = "rich";
}; };
} }

View File

@ -36,5 +36,6 @@ python3Packages.buildPythonPackage rec {
homepage = "https://github.com/flozz/rivalcfg"; homepage = "https://github.com/flozz/rivalcfg";
license = licenses.wtfpl; license = licenses.wtfpl;
maintainers = with maintainers; [ ornxka ]; maintainers = with maintainers; [ ornxka ];
mainProgram = "rivalcfg";
}; };
} }

View File

@ -40,5 +40,6 @@ stdenv.mkDerivation {
description = "A tool from Rockchip to communicate with Rockusb devices (pine64 fork)"; description = "A tool from Rockchip to communicate with Rockusb devices (pine64 fork)";
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
maintainers = [ maintainers.adisbladis ]; maintainers = [ maintainers.adisbladis ];
mainProgram = "rkdeveloptool";
}; };
} }

View File

@ -23,5 +23,6 @@ stdenv.mkDerivation {
description = "A tool from Rockchip to communicate with Rockusb devices"; description = "A tool from Rockchip to communicate with Rockusb devices";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.lopsided98 ]; maintainers = [ maintainers.lopsided98 ];
mainProgram = "rkdeveloptool";
}; };
} }

View File

@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
boat''; boat'';
maintainers = with maintainers; [ kragniz ]; maintainers = with maintainers; [ kragniz ];
platforms = platforms.all; platforms = platforms.all;
mainProgram = "sailsd";
}; };
} }

View File

@ -74,5 +74,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ deltaevo msfjarvis ]; maintainers = with maintainers; [ deltaevo msfjarvis ];
mainProgram = "scrcpy";
}; };
} }

View File

@ -69,5 +69,6 @@ buildPythonApplication rec {
license = licenses.gpl3Only; license = licenses.gpl3Only;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ bjornfor orivej anthonyroussel ]; maintainers = with maintainers; [ bjornfor orivej anthonyroussel ];
mainProgram = "solfege";
}; };
} }

View File

@ -33,5 +33,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/sassman/t-rec-rs"; homepage = "https://github.com/sassman/t-rec-rs";
license = with licenses; [ gpl3Only ]; license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ hoverbear matthiasbeyer ]; maintainers = with maintainers; [ hoverbear matthiasbeyer ];
mainProgram = "t-rec";
}; };
} }

View File

@ -81,5 +81,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd2; license = licenses.bsd2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ matthiasbeyer ]; maintainers = with maintainers; [ matthiasbeyer ];
mainProgram = "tpm2_ptool";
}; };
} }

View File

@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/lostutils/uq"; homepage = "https://github.com/lostutils/uq";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ doronbehar matthiasbeyer ]; maintainers = with maintainers; [ doronbehar matthiasbeyer ];
mainProgram = "uq";
}; };
} }

View File

@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.matthew-levan ]; maintainers = [ maintainers.matthew-levan ];
license = licenses.mit; license = licenses.mit;
sourceProvenance = with sourceTypes; [ binaryNativeCode ]; sourceProvenance = with sourceTypes; [ binaryNativeCode ];
mainProgram = "urbit";
}; };
} }

View File

@ -38,5 +38,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/Builditluc/wiki-tui/releases/tag/v${version}"; changelog = "https://github.com/Builditluc/wiki-tui/releases/tag/v${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ lom builditluc matthiasbeyer ]; maintainers = with maintainers; [ lom builditluc matthiasbeyer ];
mainProgram = "wiki-tui";
}; };
} }

View File

@ -23,5 +23,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://infertux.com/labs/zeyple/"; homepage = "https://infertux.com/labs/zeyple/";
maintainers = with maintainers; [ ettom ]; maintainers = with maintainers; [ ettom ];
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
mainProgram = "zeyple";
}; };
} }

View File

@ -83,5 +83,6 @@ buildGoModule rec {
changelog = "https://github.com/alice-lg/alice-lg/blob/main/CHANGELOG.md"; changelog = "https://github.com/alice-lg/alice-lg/blob/main/CHANGELOG.md";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ janik ]; maintainers = with maintainers; [ janik ];
mainProgram = "alice-lg";
}; };
} }

View File

@ -23,5 +23,6 @@ buildGoPackage rec {
changelog = "https://github.com/andreaskoch/allmark/-/releases/v${version}"; changelog = "https://github.com/andreaskoch/allmark/-/releases/v${version}";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ urandom ]; maintainers = with maintainers; [ urandom ];
mainProgram = "allmark";
}; };
} }

View File

@ -33,5 +33,6 @@ buildNpmPackage rec {
homepage = "https://github.com/jfarseneau/antennas"; homepage = "https://github.com/jfarseneau/antennas";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ bachp ]; maintainers = with lib.maintainers; [ bachp ];
mainProgram = "antennas";
}; };
} }

View File

@ -18,5 +18,6 @@ buildGoModule rec {
homepage = "https://asouldocs.dev/"; homepage = "https://asouldocs.dev/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ ivar anthonyroussel ]; maintainers = with maintainers; [ ivar anthonyroussel ];
mainProgram = "asouldocs";
}; };
} }

View File

@ -72,5 +72,6 @@ in buildNpmPackage {
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.jvanbruegge ]; maintainers = [ maintainers.jvanbruegge ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "audiobookshelf";
}; };
} }

View File

@ -73,5 +73,6 @@ buildGoModule rec {
''; '';
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jk raitobezarius dit7ya ]; maintainers = with maintainers; [ jk raitobezarius dit7ya ];
mainProgram = "authelia";
}; };
} }

View File

@ -154,5 +154,6 @@ with python.pkgs; buildPythonApplication rec {
homepage = "https://baserow.io"; homepage = "https://baserow.io";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ onny ]; maintainers = with maintainers; [ onny ];
mainProgram = "baserow";
}; };
} }

View File

@ -33,5 +33,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ snapdgn ]; maintainers = with maintainers; [ snapdgn ];
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "binserve";
}; };
} }

View File

@ -24,5 +24,6 @@ buildGoModule rec {
changelog = "https://github.com/alice-lg/birdwatcher/blob/master/CHANGELOG"; changelog = "https://github.com/alice-lg/birdwatcher/blob/master/CHANGELOG";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ janik ]; maintainers = with maintainers; [ janik ];
mainProgram = "birdwatcher";
}; };
} }

View File

@ -40,5 +40,6 @@ buildGoModule rec {
''; '';
license = with licenses; [ agpl3Plus ]; license = with licenses; [ agpl3Plus ];
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
mainProgram = "confluencepot";
}; };
} }

View File

@ -40,5 +40,6 @@ buildNpmPackage rec {
homepage = "https://v6.db.transport.rest/"; homepage = "https://v6.db.transport.rest/";
license = lib.licenses.isc; license = lib.licenses.isc;
maintainers = with lib.maintainers; [ marie ]; maintainers = with lib.maintainers; [ marie ];
mainProgram = "db-rest";
}; };
} }

View File

@ -24,5 +24,6 @@ buildGoModule rec {
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ ehmry ]; maintainers = with lib.maintainers; [ ehmry ];
broken = stdenv.isDarwin; broken = stdenv.isDarwin;
mainProgram = "eris-go";
}; };
} }

View File

@ -22,5 +22,6 @@ buildGoModule rec {
''; '';
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ balsoft ]; maintainers = with maintainers; [ balsoft ];
mainProgram = "gnss-share";
}; };
} }

View File

@ -25,5 +25,6 @@ buildGoModule rec {
homepage = "https://github.com/L11R/go-autoconfig"; homepage = "https://github.com/L11R/go-autoconfig";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ onny ]; maintainers = with maintainers; [ onny ];
mainProgram = "go-autoconfig";
}; };
} }

View File

@ -20,5 +20,6 @@ buildGoModule rec {
description = "Share files with an expiration date"; description = "Share files with an expiration date";
license = lib.licenses.agpl3Plus; license = lib.licenses.agpl3Plus;
maintainers = [ lib.maintainers.lukaswrz ]; maintainers = [ lib.maintainers.lukaswrz ];
mainProgram = "hiraeth";
}; };
} }

View File

@ -47,5 +47,6 @@ buildGoModule rec {
description = "Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing"; description = "Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ dotlambda urandom ]; maintainers = with maintainers; [ dotlambda urandom ];
mainProgram = "imaginary";
}; };
} }

View File

@ -85,5 +85,6 @@ mkYarnPackage rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ camillemndn ]; maintainers = with maintainers; [ camillemndn ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "jellyseerr";
}; };
} }

View File

@ -36,5 +36,6 @@ buildNpmPackage rec {
homepage = "https://github.com/jitsi/excalidraw-backend"; homepage = "https://github.com/jitsi/excalidraw-backend";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ camillemndn ]; maintainers = with maintainers; [ camillemndn ];
mainProgram = "jitsi-excalidraw-backend";
}; };
} }

View File

@ -33,6 +33,7 @@ stdenvNoCC.mkDerivation rec {
license = licenses.mit; license = licenses.mit;
platforms = jdk17_headless.meta.platforms; platforms = jdk17_headless.meta.platforms;
maintainers = with maintainers; [ govanify ]; maintainers = with maintainers; [ govanify ];
mainProgram = "komga";
}; };
} }

View File

@ -31,5 +31,6 @@ buildGoModule rec {
homepage = "https://git.lcomrade.su/root/lenpaste"; homepage = "https://git.lcomrade.su/root/lenpaste";
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
maintainers = with maintainers; [ vector1dev ]; maintainers = with maintainers; [ vector1dev ];
mainProgram = "lenpaste";
}; };
} }

View File

@ -40,5 +40,6 @@ buildGoModule rec {
changelog = "https://github.com/mautrix/discord/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/mautrix/discord/blob/${src.rev}/CHANGELOG.md";
license = licenses.agpl3Only; license = licenses.agpl3Only;
maintainers = with maintainers; [ MoritzBoehme ]; maintainers = with maintainers; [ MoritzBoehme ];
mainProgram = "mautrix-discord";
}; };
} }

View File

@ -68,5 +68,6 @@
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ arcnmx ]; maintainers = with maintainers; [ arcnmx ];
mainProgram = "mautrix-googlechat";
}; };
} }

View File

@ -78,5 +78,6 @@ python.pkgs.buildPythonPackage rec {
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ nyanloutre ma27 nickcao ]; maintainers = with maintainers; [ nyanloutre ma27 nickcao ];
mainProgram = "mautrix-telegram";
}; };
} }

View File

@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ sikmir ]; maintainers = with maintainers; [ sikmir ];
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "mbusd";
}; };
} }

View File

@ -49,5 +49,6 @@ buildGoModule rec {
description = "A lightweight, self-hosted memo hub"; description = "A lightweight, self-hosted memo hub";
maintainers = with maintainers; [ indexyz ]; maintainers = with maintainers; [ indexyz ];
license = licenses.mit; license = licenses.mit;
mainProgram = "memos";
}; };
} }

View File

@ -82,5 +82,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/szabodanika/microbin/releases/tag/v${version}"; changelog = "https://github.com/szabodanika/microbin/releases/tag/v${version}";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ dit7ya figsoda ]; maintainers = with maintainers; [ dit7ya figsoda ];
mainProgram = "microbin";
}; };
} }

View File

@ -45,5 +45,6 @@ in buildGo121Module {
homepage = "https://miniflux.app/"; homepage = "https://miniflux.app/";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ rvolosatovs benpye ]; maintainers = with maintainers; [ rvolosatovs benpye ];
mainProgram = "miniflux";
}; };
} }

View File

@ -57,5 +57,6 @@ buildGoModule rec {
changelog = "https://github.com/minio/minio/releases/tag/RELEASE.${version}"; changelog = "https://github.com/minio/minio/releases/tag/RELEASE.${version}";
maintainers = with maintainers; [ eelco bachp ]; maintainers = with maintainers; [ eelco bachp ];
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
mainProgram = "minio";
}; };
} }

View File

@ -48,5 +48,6 @@ buildGoModule rec {
''; '';
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ fpletz ]; maintainers = with maintainers; [ fpletz ];
mainProgram = "mirrorbits";
}; };
} }

View File

@ -72,5 +72,6 @@ mkYarnPackage rec {
''; '';
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ jojosch ]; maintainers = with maintainers; [ jojosch ];
mainProgram = "mjolnir";
}; };
} }

View File

@ -52,5 +52,6 @@ in stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/Arksine/moonraker"; homepage = "https://github.com/Arksine/moonraker";
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ zhaofengli ]; maintainers = with maintainers; [ zhaofengli ];
mainProgram = "moonraker";
}; };
} }

View File

@ -190,6 +190,7 @@ let
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = with maintainers; [ astsmtl ehmry tobim ]; maintainers = with maintainers; [ astsmtl ehmry tobim ];
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "mpd";
longDescription = '' longDescription = ''
Music Player Daemon (MPD) is a flexible, powerful daemon for playing Music Player Daemon (MPD) is a flexible, powerful daemon for playing

View File

@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/alexbers/mtprotoproxy"; homepage = "https://github.com/alexbers/mtprotoproxy";
platforms = python.meta.platforms; platforms = python.meta.platforms;
maintainers = with maintainers; [ abbradar ]; maintainers = with maintainers; [ abbradar ];
mainProgram = "mtprotoproxy";
}; };
} }

View File

@ -48,5 +48,6 @@ in myNodePackages.package.override {
platforms = platforms.unix; platforms = platforms.unix;
# never built on aarch64-darwin since first introduction in nixpkgs # never built on aarch64-darwin since first introduction in nixpkgs
broken = stdenv.isDarwin && stdenv.isAarch64; broken = stdenv.isDarwin && stdenv.isAarch64;
mainProgram = "mx-puppet-discord";
}; };
} }

View File

@ -30,5 +30,6 @@ buildGoModule rec {
license = licenses.agpl3Only; license = licenses.agpl3Only;
maintainers = with maintainers; [ chekoopa ]; maintainers = with maintainers; [ chekoopa ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "mycorrhiza";
}; };
} }

View File

@ -23,5 +23,6 @@ buildGoModule rec {
license = licenses.asl20; license = licenses.asl20;
maintainers = [ maintainers.swdunlop ]; maintainers = [ maintainers.swdunlop ];
homepage = "https://nats.io/"; homepage = "https://nats.io/";
mainProgram = "nats-streaming-server";
}; };
} }

View File

@ -68,5 +68,6 @@ stdenv.mkDerivation rec {
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ lovesegfault ]; maintainers = with maintainers; [ lovesegfault ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "networkaudiod";
}; };
} }

View File

@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
maintainers = [ maintainers.markuskowa ]; maintainers = [ maintainers.markuskowa ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.lgpl3Plus; license = licenses.lgpl3Plus;
mainProgram = "ganesha.nfsd";
}; };
} }

View File

@ -63,5 +63,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.mausch ]; maintainers = [ maintainers.mausch ];
mainProgram = "nominatim";
}; };
} }

View File

@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [jamiemagee]; maintainers = with maintainers; [jamiemagee];
platforms = with platforms; linux; platforms = with platforms; linux;
mainProgram = "nzbhydra2";
}; };
} }

View File

@ -21,5 +21,6 @@ buildGoModule rec {
homepage = "https://github.com/oauth2-proxy/oauth2-proxy/"; homepage = "https://github.com/oauth2-proxy/oauth2-proxy/";
license = licenses.mit; license = licenses.mit;
maintainers = teams.serokell.members; maintainers = teams.serokell.members;
mainProgram = "oauth2-proxy";
}; };
} }

View File

@ -53,5 +53,6 @@ in stdenv.mkDerivation rec {
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = with maintainers; [ woky ]; maintainers = with maintainers; [ woky ];
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ]; platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
mainProgram = "Ombi";
}; };
} }

View File

@ -44,6 +44,7 @@ in buildGoModule {
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ MayNiklas ]; maintainers = with maintainers; [ MayNiklas ];
mainProgram = "owncast";
}; };
} }

View File

@ -36,5 +36,6 @@ rustPlatform.buildRustPackage rec {
platforms = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" ]; platforms = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" ];
maintainers = with maintainers; [ astro ]; maintainers = with maintainers; [ astro ];
license = with licenses; [ asl20 mit ]; license = with licenses; [ asl20 mit ];
mainProgram = "oxigraph_server";
}; };
} }

View File

@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Only; license = licenses.gpl2Only;
maintainers = with maintainers; [ peterhoeg ]; maintainers = with maintainers; [ peterhoeg ];
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "p910nd";
}; };
} }

View File

@ -39,5 +39,6 @@ buildPythonPackage rec {
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.lodi ]; maintainers = [ maintainers.lodi ];
platforms = platforms.linux; platforms = platforms.linux;
mainProgram = "persistent-evdev.py";
}; };
} }

View File

@ -83,5 +83,6 @@ stdenv.mkDerivation {
inherit (libtensorflow.meta) platforms; inherit (libtensorflow.meta) platforms;
license = licenses.agpl3Only; license = licenses.agpl3Only;
maintainers = with maintainers; [ benesim ]; maintainers = with maintainers; [ benesim ];
mainProgram = "photoprism";
}; };
} }

View File

@ -50,6 +50,7 @@ with python3.pkgs; buildPythonApplication rec {
homepage = "https://supakeen.com/project/pinnwand/"; homepage = "https://supakeen.com/project/pinnwand/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ hexa ]; maintainers = with maintainers; [ hexa ];
mainProgram = "pinnwand";
}; };
} }

View File

@ -37,5 +37,6 @@ buildGoModule rec {
homepage = "https://github.com/pocketbase/pocketbase"; homepage = "https://github.com/pocketbase/pocketbase";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ dit7ya thilobillerbeck ]; maintainers = with maintainers; [ dit7ya thilobillerbeck ];
mainProgram = "pocketbase";
}; };
} }

View File

@ -76,5 +76,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ pbsds ]; maintainers = with maintainers; [ pbsds ];
platforms = platforms.unix; platforms = platforms.unix;
mainProgram = "polaris";
}; };
} }

View File

@ -31,5 +31,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://git.qyliss.net/pr-tracker"; homepage = "https://git.qyliss.net/pr-tracker";
license = licenses.agpl3Plus; license = licenses.agpl3Plus;
maintainers = with maintainers; [ qyliss sumnerevans ]; maintainers = with maintainers; [ qyliss sumnerevans ];
mainProgram = "pr-tracker";
}; };
} }

View File

@ -45,5 +45,6 @@ in buildNpmPackage {
description = "Simple open source self-hosted file sharing solution"; description = "Simple open source self-hosted file sharing solution";
license = lib.licenses.bsd2; license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ hyshka ]; maintainers = with lib.maintainers; [ hyshka ];
mainProgram = "psitransfer";
}; };
} }

View File

@ -48,5 +48,6 @@ buildGoModule rec {
license = licenses.bsl11; license = licenses.bsl11;
maintainers = with maintainers; [ avakhrenev happysalada ]; maintainers = with maintainers; [ avakhrenev happysalada ];
platforms = platforms.all; platforms = platforms.all;
mainProgram = "rpk";
}; };
} }

View File

@ -40,5 +40,6 @@ buildGoModule rec {
homepage = "https://reproxy.io/"; homepage = "https://reproxy.io/";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ sikmir ]; maintainers = with maintainers; [ sikmir ];
mainProgram = "reproxy";
}; };
} }

View File

@ -21,5 +21,6 @@ buildGoModule rec {
homepage = "https://resgate.io"; homepage = "https://resgate.io";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ farcaller ]; maintainers = with maintainers; [ farcaller ];
mainProgram = "resgate";
}; };
} }

Some files were not shown because too many files have changed in this diff Show More