mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
treewide: add mainProgram
This commit is contained in:
parent
14caf2eb45
commit
12315f53ff
@ -54,5 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.getpsyched ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "atlauncher";
|
||||
};
|
||||
})
|
||||
|
@ -97,5 +97,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ _360ied ];
|
||||
mainProgram = "ClassiCube";
|
||||
};
|
||||
}
|
||||
|
@ -42,5 +42,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
license = licenses.unfree;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
maintainers = with maintainers; [ gador ];
|
||||
mainProgram = "gamepad-tool";
|
||||
};
|
||||
})
|
||||
|
@ -65,5 +65,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [];
|
||||
mainProgram = "ivan";
|
||||
};
|
||||
}
|
||||
|
@ -130,5 +130,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with maintainers; [ wyvie pstn cpu ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2Plus;
|
||||
mainProgram = "mudlet";
|
||||
};
|
||||
}
|
||||
|
@ -37,5 +37,6 @@ to win.
|
||||
'';
|
||||
maintainers = with lib.maintainers; [ jcumming ];
|
||||
platforms = with lib.platforms; linux;
|
||||
mainProgram = "Ri_li";
|
||||
};
|
||||
}
|
||||
|
@ -41,5 +41,6 @@ rustPlatform.buildRustPackage rec {
|
||||
maintainers = with maintainers; [ lom ];
|
||||
# steam only supports that platform
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "steam-tui";
|
||||
};
|
||||
}
|
||||
|
@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = [ ];
|
||||
# never built on aarch64-linux since first introduction in nixpkgs
|
||||
broken = stdenv.isLinux && stdenv.isAarch64;
|
||||
mainProgram = "stepmania";
|
||||
};
|
||||
}
|
||||
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Simple shooting game with your cannon is sitting atop a teeter totter";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "teetertorture";
|
||||
};
|
||||
}
|
||||
|
@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
|
||||
Wingdows [TM], a virus cleverly designed to resemble a popular
|
||||
operating system.
|
||||
'';
|
||||
mainProgram = "xbill";
|
||||
};
|
||||
}
|
||||
|
@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ fgaz ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "zaz";
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "zoom";
|
||||
};
|
||||
}
|
||||
|
@ -65,5 +65,6 @@ clangStdenv.mkDerivation rec {
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ artturin ];
|
||||
mainProgram = "ananicy-cpp";
|
||||
};
|
||||
}
|
||||
|
@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ artturin ];
|
||||
mainProgram = "ananicy";
|
||||
};
|
||||
}
|
||||
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.jagajaga ];
|
||||
mainProgram = "apulse";
|
||||
};
|
||||
}
|
||||
|
@ -18,5 +18,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/rom1v/autoadb";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ shawn8901 ];
|
||||
mainProgram = "autoadb";
|
||||
};
|
||||
}
|
||||
|
@ -19,5 +19,6 @@ rustPlatform.buildRustPackage rec {
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ dit7ya ];
|
||||
mainProgram = "autotiling-rs";
|
||||
};
|
||||
}
|
||||
|
@ -20,6 +20,7 @@ buildPythonApplication rec {
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ artturin ];
|
||||
mainProgram = "autotiling";
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -14,5 +14,6 @@ python3Packages.buildPythonPackage rec {
|
||||
description = "wow very terminal doge";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ Gonzih ];
|
||||
mainProgram = "doge";
|
||||
};
|
||||
}
|
||||
|
@ -78,5 +78,6 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/fastly/cli/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ereslibre shyim ];
|
||||
mainProgram = "fastly";
|
||||
};
|
||||
}
|
||||
|
@ -57,5 +57,6 @@ buildPythonApplication rec {
|
||||
maintainers = with maintainers; [ sepi ];
|
||||
platforms = platforms.all;
|
||||
broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/frescobaldi.x86_64-darwin
|
||||
mainProgram = "frescobaldi";
|
||||
};
|
||||
}
|
||||
|
@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.lgpl3Plus;
|
||||
maintainers = with maintainers; [ jchw ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "lightspark";
|
||||
};
|
||||
}
|
||||
|
@ -17,5 +17,6 @@ in stdenv.mkDerivation {
|
||||
license = lib.licenses.mit;
|
||||
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "long-shebang";
|
||||
};
|
||||
}
|
||||
|
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
||||
license = lib.licenses.unlicense;
|
||||
maintainers = with lib.maintainers; [ genericnerdyusername ];
|
||||
platforms = lib.platforms.unix;
|
||||
mainProgram = "lssecret";
|
||||
};
|
||||
}
|
||||
|
@ -76,5 +76,6 @@ in rustPlatform.buildRustPackage {
|
||||
changelog = "https://github.com/scottlamb/moonfire-nvr/releases/tag/v${version}";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ gaelreyrol ];
|
||||
mainProgram = "moonfire-nvr";
|
||||
};
|
||||
}
|
||||
|
@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ maintainers.colemickens ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "mxt-app";
|
||||
};
|
||||
}
|
||||
|
@ -30,5 +30,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/phip1611/nflz";
|
||||
license = with lib.licenses; [ mit ];
|
||||
maintainers = with lib.maintainers; [ phip1611 ];
|
||||
mainProgram = "nflz";
|
||||
};
|
||||
}
|
||||
|
@ -56,5 +56,6 @@ python3Packages.buildPythonApplication rec {
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ janik ];
|
||||
mainProgram = "opcua-client";
|
||||
};
|
||||
}
|
||||
|
@ -37,5 +37,6 @@ python3.pkgs.buildPythonApplication rec{
|
||||
platforms = platforms.unix;
|
||||
description = "Run menubar commands, much like the Unity 7 Heads-Up Display (HUD)";
|
||||
maintainers = with maintainers; [ pasqui23 ];
|
||||
mainProgram = "plasma-hud";
|
||||
};
|
||||
}
|
||||
|
@ -27,5 +27,6 @@ python3Packages.buildPythonPackage rec {
|
||||
homepage = "https://github.com/vinayak-mehta/present";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ lom ];
|
||||
mainProgram = "present";
|
||||
};
|
||||
}
|
||||
|
@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://mockmoon-cybernetics.ch/computer/p-touch2430pc/";
|
||||
maintainers = with maintainers; [ shamilton ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "ptouch-print";
|
||||
};
|
||||
}
|
||||
|
@ -45,5 +45,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
# Next release will move to BSD3
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ koslambrou ];
|
||||
mainProgram = "pylode";
|
||||
};
|
||||
}
|
||||
|
@ -75,5 +75,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
changelog = "https://github.com/Textualize/rich-cli/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ joelkoen ];
|
||||
mainProgram = "rich";
|
||||
};
|
||||
}
|
||||
|
@ -36,5 +36,6 @@ python3Packages.buildPythonPackage rec {
|
||||
homepage = "https://github.com/flozz/rivalcfg";
|
||||
license = licenses.wtfpl;
|
||||
maintainers = with maintainers; [ ornxka ];
|
||||
mainProgram = "rivalcfg";
|
||||
};
|
||||
}
|
||||
|
@ -40,5 +40,6 @@ stdenv.mkDerivation {
|
||||
description = "A tool from Rockchip to communicate with Rockusb devices (pine64 fork)";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = [ maintainers.adisbladis ];
|
||||
mainProgram = "rkdeveloptool";
|
||||
};
|
||||
}
|
||||
|
@ -23,5 +23,6 @@ stdenv.mkDerivation {
|
||||
description = "A tool from Rockchip to communicate with Rockusb devices";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.lopsided98 ];
|
||||
mainProgram = "rkdeveloptool";
|
||||
};
|
||||
}
|
||||
|
@ -44,5 +44,6 @@ stdenv.mkDerivation rec {
|
||||
boat'';
|
||||
maintainers = with maintainers; [ kragniz ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "sailsd";
|
||||
};
|
||||
}
|
||||
|
@ -74,5 +74,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ deltaevo msfjarvis ];
|
||||
mainProgram = "scrcpy";
|
||||
};
|
||||
}
|
||||
|
@ -69,5 +69,6 @@ buildPythonApplication rec {
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ bjornfor orivej anthonyroussel ];
|
||||
mainProgram = "solfege";
|
||||
};
|
||||
}
|
||||
|
@ -33,5 +33,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/sassman/t-rec-rs";
|
||||
license = with licenses; [ gpl3Only ];
|
||||
maintainers = with maintainers; [ hoverbear matthiasbeyer ];
|
||||
mainProgram = "t-rec";
|
||||
};
|
||||
}
|
||||
|
@ -81,5 +81,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ matthiasbeyer ];
|
||||
mainProgram = "tpm2_ptool";
|
||||
};
|
||||
}
|
||||
|
@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://github.com/lostutils/uq";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ doronbehar matthiasbeyer ];
|
||||
mainProgram = "uq";
|
||||
};
|
||||
}
|
||||
|
@ -35,5 +35,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = [ maintainers.matthew-levan ];
|
||||
license = licenses.mit;
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
mainProgram = "urbit";
|
||||
};
|
||||
}
|
||||
|
@ -38,5 +38,6 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/Builditluc/wiki-tui/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lom builditluc matthiasbeyer ];
|
||||
mainProgram = "wiki-tui";
|
||||
};
|
||||
}
|
||||
|
@ -23,5 +23,6 @@ python3Packages.buildPythonApplication rec {
|
||||
homepage = "https://infertux.com/labs/zeyple/";
|
||||
maintainers = with maintainers; [ ettom ];
|
||||
license = licenses.agpl3Plus;
|
||||
mainProgram = "zeyple";
|
||||
};
|
||||
}
|
||||
|
@ -83,5 +83,6 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/alice-lg/alice-lg/blob/main/CHANGELOG.md";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ janik ];
|
||||
mainProgram = "alice-lg";
|
||||
};
|
||||
}
|
||||
|
@ -23,5 +23,6 @@ buildGoPackage rec {
|
||||
changelog = "https://github.com/andreaskoch/allmark/-/releases/v${version}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ urandom ];
|
||||
mainProgram = "allmark";
|
||||
};
|
||||
}
|
||||
|
@ -33,5 +33,6 @@ buildNpmPackage rec {
|
||||
homepage = "https://github.com/jfarseneau/antennas";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ bachp ];
|
||||
mainProgram = "antennas";
|
||||
};
|
||||
}
|
||||
|
@ -18,5 +18,6 @@ buildGoModule rec {
|
||||
homepage = "https://asouldocs.dev/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ivar anthonyroussel ];
|
||||
mainProgram = "asouldocs";
|
||||
};
|
||||
}
|
||||
|
@ -72,5 +72,6 @@ in buildNpmPackage {
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.jvanbruegge ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "audiobookshelf";
|
||||
};
|
||||
}
|
||||
|
@ -73,5 +73,6 @@ buildGoModule rec {
|
||||
'';
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ jk raitobezarius dit7ya ];
|
||||
mainProgram = "authelia";
|
||||
};
|
||||
}
|
||||
|
@ -154,5 +154,6 @@ with python.pkgs; buildPythonApplication rec {
|
||||
homepage = "https://baserow.io";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ onny ];
|
||||
mainProgram = "baserow";
|
||||
};
|
||||
}
|
||||
|
@ -33,5 +33,6 @@ rustPlatform.buildRustPackage rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ snapdgn ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "binserve";
|
||||
};
|
||||
}
|
||||
|
@ -24,5 +24,6 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/alice-lg/birdwatcher/blob/master/CHANGELOG";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ janik ];
|
||||
mainProgram = "birdwatcher";
|
||||
};
|
||||
}
|
||||
|
@ -40,5 +40,6 @@ buildGoModule rec {
|
||||
'';
|
||||
license = with licenses; [ agpl3Plus ];
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "confluencepot";
|
||||
};
|
||||
}
|
||||
|
@ -40,5 +40,6 @@ buildNpmPackage rec {
|
||||
homepage = "https://v6.db.transport.rest/";
|
||||
license = lib.licenses.isc;
|
||||
maintainers = with lib.maintainers; [ marie ];
|
||||
mainProgram = "db-rest";
|
||||
};
|
||||
}
|
||||
|
@ -24,5 +24,6 @@ buildGoModule rec {
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ ehmry ];
|
||||
broken = stdenv.isDarwin;
|
||||
mainProgram = "eris-go";
|
||||
};
|
||||
}
|
||||
|
@ -22,5 +22,6 @@ buildGoModule rec {
|
||||
'';
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ balsoft ];
|
||||
mainProgram = "gnss-share";
|
||||
};
|
||||
}
|
||||
|
@ -25,5 +25,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/L11R/go-autoconfig";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ onny ];
|
||||
mainProgram = "go-autoconfig";
|
||||
};
|
||||
}
|
||||
|
@ -20,5 +20,6 @@ buildGoModule rec {
|
||||
description = "Share files with an expiration date";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
maintainers = [ lib.maintainers.lukaswrz ];
|
||||
mainProgram = "hiraeth";
|
||||
};
|
||||
}
|
||||
|
@ -47,5 +47,6 @@ buildGoModule rec {
|
||||
description = "Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dotlambda urandom ];
|
||||
mainProgram = "imaginary";
|
||||
};
|
||||
}
|
||||
|
@ -85,5 +85,6 @@ mkYarnPackage rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ camillemndn ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "jellyseerr";
|
||||
};
|
||||
}
|
||||
|
@ -36,5 +36,6 @@ buildNpmPackage rec {
|
||||
homepage = "https://github.com/jitsi/excalidraw-backend";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ camillemndn ];
|
||||
mainProgram = "jitsi-excalidraw-backend";
|
||||
};
|
||||
}
|
||||
|
@ -33,6 +33,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
license = licenses.mit;
|
||||
platforms = jdk17_headless.meta.platforms;
|
||||
maintainers = with maintainers; [ govanify ];
|
||||
mainProgram = "komga";
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -31,5 +31,6 @@ buildGoModule rec {
|
||||
homepage = "https://git.lcomrade.su/root/lenpaste";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ vector1dev ];
|
||||
mainProgram = "lenpaste";
|
||||
};
|
||||
}
|
||||
|
@ -40,5 +40,6 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/mautrix/discord/blob/${src.rev}/CHANGELOG.md";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ MoritzBoehme ];
|
||||
mainProgram = "mautrix-discord";
|
||||
};
|
||||
}
|
||||
|
@ -68,5 +68,6 @@
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ arcnmx ];
|
||||
mainProgram = "mautrix-googlechat";
|
||||
};
|
||||
}
|
||||
|
@ -78,5 +78,6 @@ python.pkgs.buildPythonPackage rec {
|
||||
license = licenses.agpl3Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ nyanloutre ma27 nickcao ];
|
||||
mainProgram = "mautrix-telegram";
|
||||
};
|
||||
}
|
||||
|
@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ sikmir ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "mbusd";
|
||||
};
|
||||
}
|
||||
|
@ -49,5 +49,6 @@ buildGoModule rec {
|
||||
description = "A lightweight, self-hosted memo hub";
|
||||
maintainers = with maintainers; [ indexyz ];
|
||||
license = licenses.mit;
|
||||
mainProgram = "memos";
|
||||
};
|
||||
}
|
||||
|
@ -82,5 +82,6 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/szabodanika/microbin/releases/tag/v${version}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ dit7ya figsoda ];
|
||||
mainProgram = "microbin";
|
||||
};
|
||||
}
|
||||
|
@ -45,5 +45,6 @@ in buildGo121Module {
|
||||
homepage = "https://miniflux.app/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ rvolosatovs benpye ];
|
||||
mainProgram = "miniflux";
|
||||
};
|
||||
}
|
||||
|
@ -57,5 +57,6 @@ buildGoModule rec {
|
||||
changelog = "https://github.com/minio/minio/releases/tag/RELEASE.${version}";
|
||||
maintainers = with maintainers; [ eelco bachp ];
|
||||
license = licenses.agpl3Plus;
|
||||
mainProgram = "minio";
|
||||
};
|
||||
}
|
||||
|
@ -48,5 +48,6 @@ buildGoModule rec {
|
||||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fpletz ];
|
||||
mainProgram = "mirrorbits";
|
||||
};
|
||||
}
|
||||
|
@ -72,5 +72,6 @@ mkYarnPackage rec {
|
||||
'';
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ jojosch ];
|
||||
mainProgram = "mjolnir";
|
||||
};
|
||||
}
|
||||
|
@ -52,5 +52,6 @@ in stdenvNoCC.mkDerivation rec {
|
||||
homepage = "https://github.com/Arksine/moonraker";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ zhaofengli ];
|
||||
mainProgram = "moonraker";
|
||||
};
|
||||
}
|
||||
|
@ -190,6 +190,7 @@ let
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ astsmtl ehmry tobim ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "mpd";
|
||||
|
||||
longDescription = ''
|
||||
Music Player Daemon (MPD) is a flexible, powerful daemon for playing
|
||||
|
@ -25,5 +25,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/alexbers/mtprotoproxy";
|
||||
platforms = python.meta.platforms;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
mainProgram = "mtprotoproxy";
|
||||
};
|
||||
}
|
||||
|
@ -48,5 +48,6 @@ in myNodePackages.package.override {
|
||||
platforms = platforms.unix;
|
||||
# never built on aarch64-darwin since first introduction in nixpkgs
|
||||
broken = stdenv.isDarwin && stdenv.isAarch64;
|
||||
mainProgram = "mx-puppet-discord";
|
||||
};
|
||||
}
|
||||
|
@ -30,5 +30,6 @@ buildGoModule rec {
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ chekoopa ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "mycorrhiza";
|
||||
};
|
||||
}
|
||||
|
@ -23,5 +23,6 @@ buildGoModule rec {
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.swdunlop ];
|
||||
homepage = "https://nats.io/";
|
||||
mainProgram = "nats-streaming-server";
|
||||
};
|
||||
}
|
||||
|
@ -68,5 +68,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ lovesegfault ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "networkaudiod";
|
||||
};
|
||||
}
|
||||
|
@ -53,5 +53,6 @@ stdenv.mkDerivation rec {
|
||||
maintainers = [ maintainers.markuskowa ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.lgpl3Plus;
|
||||
mainProgram = "ganesha.nfsd";
|
||||
};
|
||||
}
|
||||
|
@ -63,5 +63,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.mausch ];
|
||||
mainProgram = "nominatim";
|
||||
};
|
||||
}
|
||||
|
@ -39,5 +39,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [jamiemagee];
|
||||
platforms = with platforms; linux;
|
||||
mainProgram = "nzbhydra2";
|
||||
};
|
||||
}
|
||||
|
@ -21,5 +21,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/oauth2-proxy/oauth2-proxy/";
|
||||
license = licenses.mit;
|
||||
maintainers = teams.serokell.members;
|
||||
mainProgram = "oauth2-proxy";
|
||||
};
|
||||
}
|
||||
|
@ -53,5 +53,6 @@ in stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ woky ];
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
|
||||
mainProgram = "Ombi";
|
||||
};
|
||||
}
|
||||
|
@ -44,6 +44,7 @@ in buildGoModule {
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ MayNiklas ];
|
||||
mainProgram = "owncast";
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -36,5 +36,6 @@ rustPlatform.buildRustPackage rec {
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" ];
|
||||
maintainers = with maintainers; [ astro ];
|
||||
license = with licenses; [ asl20 mit ];
|
||||
mainProgram = "oxigraph_server";
|
||||
};
|
||||
}
|
||||
|
@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "p910nd";
|
||||
};
|
||||
}
|
||||
|
@ -39,5 +39,6 @@ buildPythonPackage rec {
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.lodi ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "persistent-evdev.py";
|
||||
};
|
||||
}
|
||||
|
@ -83,5 +83,6 @@ stdenv.mkDerivation {
|
||||
inherit (libtensorflow.meta) platforms;
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ benesim ];
|
||||
mainProgram = "photoprism";
|
||||
};
|
||||
}
|
||||
|
@ -50,6 +50,7 @@ with python3.pkgs; buildPythonApplication rec {
|
||||
homepage = "https://supakeen.com/project/pinnwand/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ hexa ];
|
||||
mainProgram = "pinnwand";
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -37,5 +37,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/pocketbase/pocketbase";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dit7ya thilobillerbeck ];
|
||||
mainProgram = "pocketbase";
|
||||
};
|
||||
}
|
||||
|
@ -76,5 +76,6 @@ rustPlatform.buildRustPackage rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ pbsds ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "polaris";
|
||||
};
|
||||
}
|
||||
|
@ -31,5 +31,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://git.qyliss.net/pr-tracker";
|
||||
license = licenses.agpl3Plus;
|
||||
maintainers = with maintainers; [ qyliss sumnerevans ];
|
||||
mainProgram = "pr-tracker";
|
||||
};
|
||||
}
|
||||
|
@ -45,5 +45,6 @@ in buildNpmPackage {
|
||||
description = "Simple open source self-hosted file sharing solution";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = with lib.maintainers; [ hyshka ];
|
||||
mainProgram = "psitransfer";
|
||||
};
|
||||
}
|
||||
|
@ -48,5 +48,6 @@ buildGoModule rec {
|
||||
license = licenses.bsl11;
|
||||
maintainers = with maintainers; [ avakhrenev happysalada ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "rpk";
|
||||
};
|
||||
}
|
||||
|
@ -40,5 +40,6 @@ buildGoModule rec {
|
||||
homepage = "https://reproxy.io/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ sikmir ];
|
||||
mainProgram = "reproxy";
|
||||
};
|
||||
}
|
||||
|
@ -21,5 +21,6 @@ buildGoModule rec {
|
||||
homepage = "https://resgate.io";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ farcaller ];
|
||||
mainProgram = "resgate";
|
||||
};
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user