From b5639fc91bf5a4858f0f0a3db867d7fb9df790e2 Mon Sep 17 00:00:00 2001 From: Luke Sandell Date: Fri, 18 Mar 2022 09:14:29 -0500 Subject: liquid-dsp: 20170307 -> 1.4.0 --- pkgs/development/libraries/liquid-dsp/default.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/libraries/liquid-dsp/default.nix b/pkgs/development/libraries/liquid-dsp/default.nix index 746771f44fe..76b9648ef46 100644 --- a/pkgs/development/libraries/liquid-dsp/default.nix +++ b/pkgs/development/libraries/liquid-dsp/default.nix @@ -1,14 +1,14 @@ {lib, stdenv, fetchFromGitHub, autoreconfHook }: -stdenv.mkDerivation { +stdenv.mkDerivation rec { pname = "liquid-dsp"; - version = "20170307"; + version = "1.4.0"; src = fetchFromGitHub { owner = "jgaeddert"; repo = "liquid-dsp"; - rev = "8c1978fa4f5662b8849fe712be716958f29cec0e"; - sha256 = "0zpxvdsrw0vzzp3iaag3wh4z8ygl7fkswgjppp2fz2zhhqh93k2w"; + rev = "v${version}"; + sha256 = "0mr86z37yycrqwbrmsiayi1vqrgpjq0pn1c3p1qrngipkw45jnn0"; }; nativeBuildInputs = [ autoreconfHook ]; @@ -19,5 +19,4 @@ stdenv.mkDerivation { license = lib.licenses.mit; platforms = lib.platforms.unix; }; - } -- cgit 1.4.1 From e251a4e67fe849104c63a94102fdd2772f3ef8a1 Mon Sep 17 00:00:00 2001 From: Johannes Schleifenbaum Date: Wed, 6 Apr 2022 08:33:52 +0200 Subject: protoc-gen-twirp: 8.1.1 -> 8.1.2 --- pkgs/development/tools/protoc-gen-twirp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/tools/protoc-gen-twirp/default.nix b/pkgs/development/tools/protoc-gen-twirp/default.nix index 663fa37b62c..2288d3ff15f 100644 --- a/pkgs/development/tools/protoc-gen-twirp/default.nix +++ b/pkgs/development/tools/protoc-gen-twirp/default.nix @@ -2,13 +2,13 @@ buildGoPackage rec { pname = "protoc-gen-twirp"; - version = "8.1.1"; + version = "8.1.2"; src = fetchFromGitHub { owner = "twitchtv"; repo = "twirp"; rev = "v${version}"; - sha256 = "sha256-PnL7jgxAx/Xk/wajtQ+Q1G9KLes2NVANF2YmBcGFqe0="; + sha256 = "sha256-Nxh10jldRcNelfrLAbJanRN+YiK8uPHBw9fV1Uchbyg="; }; goPackagePath = "github.com/twitchtv/twirp"; -- cgit 1.4.1 From d36e02678bbcf55dfe745e19363e3dd494d13408 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Thu, 7 Apr 2022 08:05:52 +0200 Subject: hydrus: 479 -> 480 --- pkgs/applications/graphics/hydrus/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix index 63174ecba98..8e74f2a9278 100644 --- a/pkgs/applications/graphics/hydrus/default.nix +++ b/pkgs/applications/graphics/hydrus/default.nix @@ -10,14 +10,14 @@ python3Packages.buildPythonPackage rec { pname = "hydrus"; - version = "479"; + version = "480"; format = "other"; src = fetchFromGitHub { owner = "hydrusnetwork"; repo = "hydrus"; rev = "v${version}"; - sha256 = "sha256-hP+tOrtYfxAKmNCJSYWQzmd0hjxktNEjJqb42lPG9IM="; + sha256 = "sha256-TZQY9wFXJFJtMAw2N+mlfVymewL96rn0Lza9jnDOGNA="; }; nativeBuildInputs = [ -- cgit 1.4.1 From a02786a2e81127e111f346151d403434d90c8006 Mon Sep 17 00:00:00 2001 From: Arjan Schrijver Date: Thu, 7 Apr 2022 14:07:37 +0200 Subject: ntfy-sh: 1.19.0 -> 1.20.0 --- pkgs/tools/misc/ntfy-sh/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/tools/misc/ntfy-sh/default.nix b/pkgs/tools/misc/ntfy-sh/default.nix index c916f61f0d4..f7c55dfa91a 100644 --- a/pkgs/tools/misc/ntfy-sh/default.nix +++ b/pkgs/tools/misc/ntfy-sh/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "ntfy-sh"; - version = "1.19.0"; + version = "1.20.0"; src = fetchFromGitHub { owner = "binwiederhier"; repo = "ntfy"; rev = "v${version}"; - sha256 = "sha256-su4Q41x0PrKHRg2R6jxo1KUmWaaLSrU9UZSDsonKNyA="; + sha256 = "sha256-JwRI58FadN7DH4MOO033EYmcbqCIuPxw5wWeafoInSg="; }; - vendorSha256 = "sha256-eZmvngNSYY5Z5Xd5tPXzxv9GkosUMueaBGjZ6L7o/yU="; + vendorSha256 = "sha256-nzcCLDN/vJ6DS6isCSLL9ycxFkIyUwy4Um6M7NWAPTk="; doCheck = false; -- cgit 1.4.1 From 5382623d7f035fb65e84d4712ab357b18ff00d88 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 10 Apr 2022 00:31:21 +0000 Subject: vivaldi-widevine: 4.10.2391.0 -> 4.10.2449.0 --- pkgs/applications/networking/browsers/vivaldi/widevine.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/networking/browsers/vivaldi/widevine.nix b/pkgs/applications/networking/browsers/vivaldi/widevine.nix index 71a5a67331e..23205aa6846 100644 --- a/pkgs/applications/networking/browsers/vivaldi/widevine.nix +++ b/pkgs/applications/networking/browsers/vivaldi/widevine.nix @@ -4,11 +4,11 @@ stdenv.mkDerivation rec { pname = "widevine"; - version = "4.10.2391.0"; + version = "4.10.2449.0"; src = fetchurl { url = "https://dl.google.com/widevine-cdm/${version}-linux-x64.zip"; - sha256 = "sha256-7gH808C67m/s09e4rQUQHb/t+iGVdzW+YzrB1ZxGIdo="; + sha256 = "sha256-XZuXK3NCfqbaQ1tuMOXj/U4yJC18futqo1WjuMqMrRA="; }; nativeBuildInputs = [ unzip ]; -- cgit 1.4.1 From 8b5c9741f9cb552e92886bfc084fada4088ce0f2 Mon Sep 17 00:00:00 2001 From: Shawn8901 Date: Mon, 11 Apr 2022 19:54:48 +0200 Subject: portfolio: 0.56.5 -> 0.57.1 --- pkgs/applications/office/portfolio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/office/portfolio/default.nix b/pkgs/applications/office/portfolio/default.nix index ecabdb85a93..33cf9e0c55d 100644 --- a/pkgs/applications/office/portfolio/default.nix +++ b/pkgs/applications/office/portfolio/default.nix @@ -25,11 +25,11 @@ let in stdenv.mkDerivation rec { pname = "PortfolioPerformance"; - version = "0.56.5"; + version = "0.57.1"; src = fetchurl { url = "https://github.com/buchen/portfolio/releases/download/${version}/PortfolioPerformance-${version}-linux.gtk.x86_64.tar.gz"; - sha256 = "sha256-g/MjOrivqbZ93iSs5mLQT36gn72KCJEOgEssBZER+TA="; + sha256 = "sha256-uEEFkHyApf+TObcu+Yo5vBOs2Erq0IXGhbjzlEe8NmI="; }; nativeBuildInputs = [ -- cgit 1.4.1 From 2bc6afceaf93cce7749612aa56e1626cf54f6269 Mon Sep 17 00:00:00 2001 From: Shawn8901 Date: Wed, 13 Apr 2022 17:06:27 +0200 Subject: portfolio: adds shawn8901 as maintainer --- pkgs/applications/office/portfolio/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/applications/office/portfolio/default.nix b/pkgs/applications/office/portfolio/default.nix index 33cf9e0c55d..5e154510940 100644 --- a/pkgs/applications/office/portfolio/default.nix +++ b/pkgs/applications/office/portfolio/default.nix @@ -62,7 +62,7 @@ stdenv.mkDerivation rec { description = "A simple tool to calculate the overall performance of an investment portfolio"; homepage = "https://www.portfolio-performance.info/"; license = licenses.epl10; - maintainers = with maintainers; [ elohmeier oyren ]; + maintainers = with maintainers; [ elohmeier oyren shawn8901 ]; platforms = [ "x86_64-linux" ]; }; } -- cgit 1.4.1 From 4cb0e30e581cc6ce3c94e38081f843a25053cf5e Mon Sep 17 00:00:00 2001 From: Ryan Horiguchi Date: Wed, 13 Apr 2022 19:41:45 +0200 Subject: adguardhome: 0.107.5 - 0.107.6 --- pkgs/servers/adguardhome/bins.nix | 16 ++++++++-------- pkgs/servers/adguardhome/default.nix | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'pkgs') diff --git a/pkgs/servers/adguardhome/bins.nix b/pkgs/servers/adguardhome/bins.nix index 1c2f0621b5d..96b2e9491fe 100644 --- a/pkgs/servers/adguardhome/bins.nix +++ b/pkgs/servers/adguardhome/bins.nix @@ -1,19 +1,19 @@ { fetchurl, fetchzip }: { "x86_64-darwin" = fetchzip { - sha256 = "sha256-bTbjkBHOjcI78+jyJJ1JGe/WrmTxXi5RRB1yQO2zuYw="; - url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.5/AdGuardHome_darwin_amd64.zip"; + sha256 = "sha256-vUOdHDyvVg+8GhctW925WfjONi7TnPRfVfXmehOweB4="; + url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.6/AdGuardHome_darwin_amd64.zip"; }; "i686-linux" = fetchurl { - sha256 = "sha256-wdzj7P+Hhm65i5hY4l2Ty486W473coZyZnCbzx9Poro="; - url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.5/AdGuardHome_linux_386.tar.gz"; + sha256 = "sha256-A6IsDRbRHyU0+IUKkrudKvlKiJkVNNs12MrKQ6RlpMQ="; + url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.6/AdGuardHome_linux_386.tar.gz"; }; "x86_64-linux" = fetchurl { - sha256 = "sha256-sZQe8rNYD0gBSpNeXS+4hbqoT5nUFbkQSI3c6VuQOC8="; - url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.5/AdGuardHome_linux_amd64.tar.gz"; + sha256 = "sha256-nPcqAk0m1e9izkylBuNcatHESgvSewR+MKmVdz+HBec="; + url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.6/AdGuardHome_linux_amd64.tar.gz"; }; "aarch64-linux" = fetchurl { - sha256 = "sha256-9JsGzFf03en2ClrodglREsYqrwr6j/vypsfEVaMzCTI="; - url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.5/AdGuardHome_linux_arm64.tar.gz"; + sha256 = "sha256-ITkZdVU03FG9AUAMgD6nlCyioPJX357wB9m1jYdPlS4="; + url = "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.107.6/AdGuardHome_linux_arm64.tar.gz"; }; } diff --git a/pkgs/servers/adguardhome/default.nix b/pkgs/servers/adguardhome/default.nix index 03d2b2ec966..8b0c743856d 100644 --- a/pkgs/servers/adguardhome/default.nix +++ b/pkgs/servers/adguardhome/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "adguardhome"; - version = "0.107.5"; + version = "0.107.6"; src = (import ./bins.nix { inherit fetchurl fetchzip; }).${stdenv.hostPlatform.system}; -- cgit 1.4.1 From ba45a559b5c42e123af07272b0241a73dcfa03b0 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 13 Apr 2022 20:07:08 +0200 Subject: php74: 7.4.28 -> 7.4.29 --- pkgs/development/interpreters/php/7.4.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/interpreters/php/7.4.nix b/pkgs/development/interpreters/php/7.4.nix index 4bd00811b5f..82300297878 100644 --- a/pkgs/development/interpreters/php/7.4.nix +++ b/pkgs/development/interpreters/php/7.4.nix @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix (_args // { - version = "7.4.28"; - sha256 = "sha256-IIUIaoY0RLDjlUfeGklp/RxAoMGI61j6spOLZJsMS1g="; + version = "7.4.29"; + sha256 = "sha256-fd5YoCsiXCUTDG4q4su6clS7A0D3/hcpFHgXbYZvlII="; }); in -- cgit 1.4.1 From 47d7d171263ad4c7d65e38781db4b222b37fa916 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 13 Apr 2022 20:07:25 +0200 Subject: php81: 8.1.4 -> 8.1.5 --- pkgs/development/interpreters/php/8.1.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/interpreters/php/8.1.nix b/pkgs/development/interpreters/php/8.1.nix index aa98204b997..5c94f168866 100644 --- a/pkgs/development/interpreters/php/8.1.nix +++ b/pkgs/development/interpreters/php/8.1.nix @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix (_args // { - version = "8.1.4"; - sha256 = "b3f688cb69758523838b8e7f509aaef0152133d9b84a84a0b7cf68eeafc1df76"; + version = "8.1.5"; + sha256 = "sha256-gn3lZ3HDq4MToGmBLxX27EmYnVEK69Dc4YCDnG2Nb/M="; }); in -- cgit 1.4.1 From 43777a6f9fc73c5a718c716b711846feeff3324f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 14 Apr 2022 11:29:22 +0000 Subject: python310Packages.motionblinds: 0.6.4 -> 0.6.5 --- pkgs/development/python-modules/motionblinds/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/python-modules/motionblinds/default.nix b/pkgs/development/python-modules/motionblinds/default.nix index 0d8a131a8e4..f3cf778fcba 100644 --- a/pkgs/development/python-modules/motionblinds/default.nix +++ b/pkgs/development/python-modules/motionblinds/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "motionblinds"; - version = "0.6.4"; + version = "0.6.5"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -15,8 +15,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "starkillerOG"; repo = "motion-blinds"; - rev = version; - sha256 = "sha256-k0o6zGhuQPCh9bxXd7v9Hfjo1vKmf5kpw7MGJ31/1Mw="; + rev = "refs/tags/${version}"; + sha256 = "sha256-RAGsVHi/f+0gIzVomhC8h3JvoD4EEe6dK9PBi5daTgU="; }; propagatedBuildInputs = [ -- cgit 1.4.1 From 4cc9ccb56b093be5678bbb08d5bcd45480af18a6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 14 Apr 2022 14:27:16 +0200 Subject: grype: 0.34.7 -> 0.35.0 --- pkgs/tools/security/grype/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/tools/security/grype/default.nix b/pkgs/tools/security/grype/default.nix index 3e3dc6ff098..c8326fe09ff 100644 --- a/pkgs/tools/security/grype/default.nix +++ b/pkgs/tools/security/grype/default.nix @@ -6,13 +6,13 @@ buildGoModule rec { pname = "grype"; - version = "0.34.7"; + version = "0.35.0"; src = fetchFromGitHub { owner = "anchore"; repo = pname; rev = "v${version}"; - sha256 = "sha256-t95efLTqPnmYiXTBxuxEoDdafoZC/bXXTfKdA8gy3fk="; + sha256 = "sha256-DZ3/t6+iVmPCH4LBbtEqIdPdzmQu7fsNlJnHZ54alVw="; # populate values that require us to use git. By doing this in postFetch we # can delete .git afterwards and maintain better reproducibility of the src. leaveDotGit = true; @@ -25,7 +25,7 @@ buildGoModule rec { ''; }; - vendorSha256 = "sha256-FZMgS0aNZVq4nvwog4l62dOzC6wW7pQCNbOW1/jssWo="; + vendorSha256 = "sha256-RHsDwbQO+2OLmpqCSC9goHv9ut64Kp+cw18jdLvhmK8="; nativeBuildInputs = [ installShellFiles -- cgit 1.4.1 From c8a9752b78e346a05351fb6d8582b25a07493e60 Mon Sep 17 00:00:00 2001 From: Justinas Stankevicius Date: Thu, 14 Apr 2022 15:41:17 +0300 Subject: rspamd: 3.1 -> 3.2 --- pkgs/servers/mail/rspamd/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs') diff --git a/pkgs/servers/mail/rspamd/default.nix b/pkgs/servers/mail/rspamd/default.nix index a826a7afc9a..a720500380e 100644 --- a/pkgs/servers/mail/rspamd/default.nix +++ b/pkgs/servers/mail/rspamd/default.nix @@ -1,5 +1,5 @@ { stdenv, lib, fetchFromGitHub, cmake, perl -, glib, luajit, openssl, pcre, pkg-config, sqlite, ragel, icu +, glib, luajit, openssl, pcre2, pkg-config, sqlite, ragel, icu , hyperscan, jemalloc, blas, lapack, lua, libsodium , withBlas ? true , withHyperscan ? stdenv.isx86_64 @@ -11,19 +11,19 @@ assert withHyperscan -> stdenv.isx86_64; stdenv.mkDerivation rec { pname = "rspamd"; - version = "3.1"; + version = "3.2"; src = fetchFromGitHub { owner = "rspamd"; repo = "rspamd"; rev = version; - sha256 = "sha256-w3pvjU6b4IAl27QvY16UdBi1v1iJnnkLRUC54eXdH9I="; + sha256 = "122d5m1nfxxz93bhsk8lm4dazvdknzphb0a1188m7bsa4iynbfv2"; }; hardeningEnable = [ "pie" ]; nativeBuildInputs = [ cmake pkg-config perl ]; - buildInputs = [ glib openssl pcre sqlite ragel icu jemalloc libsodium ] + buildInputs = [ glib openssl pcre2 sqlite ragel icu jemalloc libsodium ] ++ lib.optional withHyperscan hyperscan ++ lib.optionals withBlas [ blas lapack ] ++ lib.optional withLuaJIT luajit ++ lib.optional (!withLuaJIT) lua; -- cgit 1.4.1 From abb096f629d69fba4067ed4542ce871548948436 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 13 Apr 2022 20:07:43 +0200 Subject: php80: 8.0.17 -> 8.0.18 --- pkgs/development/interpreters/php/8.0.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/interpreters/php/8.0.nix b/pkgs/development/interpreters/php/8.0.nix index 3332c9d5a42..1a3cb77bab1 100644 --- a/pkgs/development/interpreters/php/8.0.nix +++ b/pkgs/development/interpreters/php/8.0.nix @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix (_args // { - version = "8.0.17"; - sha256 = "52811ee2dde71660ca32737a4ac696c24591eb22e846dd8e09ee77122660283f"; + version = "8.0.18"; + sha256 = "sha256-gm7jSIGhw0lnjU98xV/5FB+hQRNE5LuPldD5IjvOtVo="; }); in -- cgit 1.4.1 From c28d2ec40e96ae580a4d63f1ff71fb83402ebc2f Mon Sep 17 00:00:00 2001 From: Vincent Haupert Date: Thu, 14 Apr 2022 17:03:19 +0200 Subject: github-runner: 2.290.0 -> 2.290.1 --- .../tools/continuous-integration/github-runner/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/tools/continuous-integration/github-runner/default.nix b/pkgs/development/tools/continuous-integration/github-runner/default.nix index a90b45a2c4b..fe2c536f777 100644 --- a/pkgs/development/tools/continuous-integration/github-runner/default.nix +++ b/pkgs/development/tools/continuous-integration/github-runner/default.nix @@ -43,13 +43,13 @@ let in stdenv.mkDerivation rec { pname = "github-runner"; - version = "2.290.0"; + version = "2.290.1"; src = fetchFromGitHub { owner = "actions"; repo = "runner"; rev = "v${version}"; - hash = "sha256-5ASKWDtASVtGDPn68tjjx8ZTVv1E14M26OCDpMJ+nJU="; + hash = "sha256-YUV66yiUdS2/ORZS7a7coqyzoXM/tnK0egEeXWLPNl0="; }; nativeBuildInputs = [ -- cgit 1.4.1 From 0e802eafad4b61b70f92534039fc3759d284db7b Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Fri, 1 Apr 2022 12:34:55 -0700 Subject: treewide: add meta.mainProgram to many packages --- pkgs/applications/audio/bespokesynth/default.nix | 1 + pkgs/applications/audio/spotify-tui/default.nix | 1 + pkgs/applications/emulators/proton-caller/default.nix | 1 + pkgs/applications/misc/autospotting/default.nix | 1 + pkgs/applications/misc/catclock/default.nix | 1 + pkgs/applications/misc/globe-cli/default.nix | 1 + pkgs/applications/misc/rm-improved/default.nix | 1 + pkgs/applications/misc/terminal-typeracer/default.nix | 1 + pkgs/applications/misc/timewarrior/default.nix | 1 + pkgs/applications/misc/tty-solitaire/default.nix | 1 + pkgs/applications/networking/browsers/links2/default.nix | 1 + pkgs/applications/networking/cluster/cloudfoundry-cli/default.nix | 1 + pkgs/applications/networking/cluster/kube3d/default.nix | 1 + pkgs/applications/networking/cluster/kuttl/default.nix | 1 + pkgs/applications/networking/cluster/pachyderm/default.nix | 1 + pkgs/applications/networking/cluster/pgo-client/default.nix | 1 + pkgs/applications/networking/cluster/tanka/default.nix | 1 + pkgs/applications/networking/cluster/tektoncd-cli/default.nix | 1 + pkgs/applications/networking/pjsip/default.nix | 1 + pkgs/applications/networking/seaweedfs/default.nix | 1 + pkgs/applications/radio/flex-ncat/default.nix | 1 + pkgs/applications/radio/rtl-ais/default.nix | 1 + pkgs/applications/science/astronomy/astrolabe-generator/default.nix | 1 + pkgs/applications/science/biology/bayescan/default.nix | 1 + pkgs/applications/science/biology/clustal-omega/default.nix | 1 + pkgs/applications/science/biology/picard-tools/default.nix | 1 + pkgs/applications/science/logic/symbiyosys/default.nix | 1 + pkgs/applications/science/machine-learning/finalfusion-utils/default.nix | 1 + pkgs/applications/version-management/commit-formatter/default.nix | 1 + .../version-management/git-and-tools/bfg-repo-cleaner/default.nix | 1 + .../version-management/git-and-tools/bitbucket-server-cli/default.nix | 1 + .../version-management/git-and-tools/git-annex-utils/default.nix | 1 + .../git-and-tools/git-interactive-rebase-tool/default.nix | 1 + pkgs/applications/version-management/jujutsu/default.nix | 1 + pkgs/applications/virtualization/ecs-agent/default.nix | 1 + pkgs/data/misc/shared-mime-info/default.nix | 1 + pkgs/development/beam-modules/elvis-erlang/default.nix | 1 + pkgs/development/compilers/algol68g/default.nix | 1 + pkgs/development/interpreters/duktape/default.nix | 1 + pkgs/development/interpreters/lolcode/default.nix | 1 + pkgs/development/interpreters/trealla/default.nix | 1 + pkgs/development/interpreters/yex-lang/default.nix | 1 + pkgs/development/nim-packages/tempfile/default.nix | 1 + pkgs/development/python-modules/flatbuffers/default.nix | 1 + pkgs/development/tools/bazel-gazelle/default.nix | 1 + pkgs/development/tools/bazel-kazel/default.nix | 1 + pkgs/development/tools/build-managers/build2/default.nix | 1 + pkgs/development/tools/build-managers/go-mk/default.nix | 1 + pkgs/development/tools/clog-cli/default.nix | 1 + pkgs/development/tools/compile-daemon/default.nix | 1 + pkgs/development/tools/continuous-integration/buildkite-cli/default.nix | 1 + pkgs/development/tools/database/pg_checksums/default.nix | 1 + pkgs/development/tools/database/termdbms/default.nix | 1 + pkgs/development/tools/global-platform-pro/default.nix | 1 + pkgs/development/tools/go-minimock/default.nix | 1 + pkgs/development/tools/go-mockery/default.nix | 1 + pkgs/development/tools/go-swagger/default.nix | 1 + pkgs/development/tools/hjson-go/default.nix | 1 + pkgs/development/tools/jsonnet-bundler/default.nix | 1 + pkgs/development/tools/metal-cli/default.nix | 1 + pkgs/development/tools/misc/go-license-detector/default.nix | 1 + pkgs/development/tools/misc/nxpmicro-mfgtools/default.nix | 1 + pkgs/development/tools/misc/semver-tool/default.nix | 1 + pkgs/development/tools/nsis/default.nix | 1 + pkgs/development/tools/omnisharp-roslyn/default.nix | 1 + pkgs/development/tools/packet-sd/default.nix | 1 + pkgs/development/tools/quicktemplate/default.nix | 1 + pkgs/development/tools/rust/duckscript/default.nix | 1 + pkgs/development/tools/toluapp/default.nix | 1 + pkgs/development/tools/udis86/default.nix | 1 + pkgs/development/web/kcgi/default.nix | 1 + pkgs/games/liberal-crime-squad/default.nix | 1 + pkgs/games/papermc/default.nix | 1 + pkgs/games/purpur/default.nix | 1 + pkgs/games/quakespasm/default.nix | 1 + pkgs/games/tintin/default.nix | 1 + pkgs/misc/lguf-brightness/default.nix | 1 + pkgs/misc/scimark/default.nix | 1 + pkgs/os-specific/darwin/kwm/default.nix | 1 + pkgs/os-specific/linux/pam_u2f/default.nix | 1 + pkgs/servers/documize-community/default.nix | 1 + pkgs/servers/http/micro-httpd/default.nix | 1 + pkgs/servers/http/webfs/default.nix | 1 + pkgs/servers/irker/default.nix | 1 + pkgs/servers/kapowbang/default.nix | 1 + pkgs/servers/mail/clamsmtp/default.nix | 1 + pkgs/servers/mail/system-sendmail/default.nix | 1 + pkgs/servers/matrix-corporal/default.nix | 1 + pkgs/servers/monitoring/zipkin/default.nix | 1 + pkgs/servers/ps3netsrv/default.nix | 1 + pkgs/servers/trezord/default.nix | 1 + pkgs/servers/udpt/default.nix | 1 + pkgs/shells/fish/oh-my-fish/default.nix | 1 + pkgs/shells/powershell/default.nix | 1 + pkgs/tools/X11/runningx/default.nix | 1 + pkgs/tools/X11/screen-message/default.nix | 1 + pkgs/tools/X11/xmagnify/default.nix | 1 + pkgs/tools/admin/aliyun-cli/default.nix | 1 + pkgs/tools/admin/amazon-ecr-credential-helper/default.nix | 1 + pkgs/tools/admin/exoscale-cli/default.nix | 1 + pkgs/tools/admin/trinsic-cli/default.nix | 1 + pkgs/tools/backup/zfsbackup/default.nix | 1 + pkgs/tools/compression/gzrt/default.nix | 1 + pkgs/tools/compression/lhasa/default.nix | 1 + pkgs/tools/filesystems/idsk/default.nix | 1 + pkgs/tools/graphics/imageworsener/default.nix | 1 + pkgs/tools/misc/asdf-vm/default.nix | 1 + pkgs/tools/misc/gotify-cli/default.nix | 1 + pkgs/tools/misc/heatseeker/default.nix | 1 + pkgs/tools/misc/hiksink/default.nix | 1 + pkgs/tools/misc/intermodal/default.nix | 1 + pkgs/tools/misc/lokalise2-cli/default.nix | 1 + pkgs/tools/misc/oppai-ng/default.nix | 1 + pkgs/tools/misc/unclutter-xfixes/default.nix | 1 + pkgs/tools/networking/changetower/default.nix | 1 + pkgs/tools/networking/dnscrypt-proxy2/default.nix | 1 + pkgs/tools/networking/minio-client/default.nix | 1 + pkgs/tools/networking/rustcat/default.nix | 1 + pkgs/tools/networking/s3gof3r/default.nix | 1 + pkgs/tools/networking/shadowfox/default.nix | 1 + pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix | 1 + pkgs/tools/networking/tdns-cli/default.nix | 1 + pkgs/tools/networking/telepresence2/default.nix | 1 + pkgs/tools/networking/webwormhole/default.nix | 1 + pkgs/tools/networking/wg-friendly-peer-names/default.nix | 1 + pkgs/tools/security/fulcio/default.nix | 1 + pkgs/tools/security/go365/default.nix | 1 + pkgs/tools/security/gosh/default.nix | 1 + pkgs/tools/security/jwt-cli/default.nix | 1 + pkgs/tools/security/minio-certgen/default.nix | 1 + pkgs/tools/security/phrasendrescher/default.nix | 1 + pkgs/tools/security/sheesy-cli/default.nix | 1 + pkgs/tools/security/snowcrash/default.nix | 1 + pkgs/tools/security/solo2-cli/default.nix | 1 + pkgs/tools/system/natscli/default.nix | 1 + pkgs/tools/system/plan9port/default.nix | 1 + pkgs/tools/system/tre-command/default.nix | 1 + pkgs/tools/text/angle-grinder/default.nix | 1 + pkgs/tools/text/html-tidy/default.nix | 1 + pkgs/tools/text/igrep/default.nix | 1 + pkgs/tools/text/miller/default.nix | 1 + pkgs/tools/video/atomicparsley/default.nix | 1 + pkgs/tools/virtualization/cloudmonkey/default.nix | 1 + 143 files changed, 143 insertions(+) (limited to 'pkgs') diff --git a/pkgs/applications/audio/bespokesynth/default.nix b/pkgs/applications/audio/bespokesynth/default.nix index a5ef585969e..6c48c756ab2 100644 --- a/pkgs/applications/audio/bespokesynth/default.nix +++ b/pkgs/applications/audio/bespokesynth/default.nix @@ -142,6 +142,7 @@ stdenv.mkDerivation rec { gpl3Plus ] ++ lib.optional enableVST2 unfree; maintainers = with maintainers; [ astro tobiasBora OPNA2608 ]; + mainProgram = "BespokeSynth"; platforms = platforms.all; }; } diff --git a/pkgs/applications/audio/spotify-tui/default.nix b/pkgs/applications/audio/spotify-tui/default.nix index 7395ca85d9f..055034df4ce 100644 --- a/pkgs/applications/audio/spotify-tui/default.nix +++ b/pkgs/applications/audio/spotify-tui/default.nix @@ -31,5 +31,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/Rigellute/spotify-tui/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ jwijenbergh ]; + mainProgram = "spt"; }; } diff --git a/pkgs/applications/emulators/proton-caller/default.nix b/pkgs/applications/emulators/proton-caller/default.nix index 14c5b7be731..22bc7054da3 100644 --- a/pkgs/applications/emulators/proton-caller/default.nix +++ b/pkgs/applications/emulators/proton-caller/default.nix @@ -19,5 +19,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/caverym/proton-caller"; license = licenses.mit; maintainers = with maintainers; [ kho-dialga ]; + mainProgram = "proton-call"; }; } diff --git a/pkgs/applications/misc/autospotting/default.nix b/pkgs/applications/misc/autospotting/default.nix index ac929bfa5b1..47cf2e6b07e 100644 --- a/pkgs/applications/misc/autospotting/default.nix +++ b/pkgs/applications/misc/autospotting/default.nix @@ -22,6 +22,7 @@ buildGoPackage { description = "Automatically convert your existing AutoScaling groups to up to 90% cheaper spot instances with minimal configuration changes"; license = licenses.free; maintainers = [ maintainers.costrouc ]; + mainProgram = "AutoSpotting"; platforms = platforms.unix; }; diff --git a/pkgs/applications/misc/catclock/default.nix b/pkgs/applications/misc/catclock/default.nix index 768eb7b308e..fff8101e55a 100644 --- a/pkgs/applications/misc/catclock/default.nix +++ b/pkgs/applications/misc/catclock/default.nix @@ -27,6 +27,7 @@ stdenv.mkDerivation { homepage = "http://codefromabove.com/2014/05/catclock/"; license = with licenses; mit; maintainers = with maintainers; [ ramkromberg ]; + mainProgram = "xclock"; platforms = with platforms; linux ++ darwin; }; } diff --git a/pkgs/applications/misc/globe-cli/default.nix b/pkgs/applications/misc/globe-cli/default.nix index e7ec63f9784..9d2a5bbc786 100644 --- a/pkgs/applications/misc/globe-cli/default.nix +++ b/pkgs/applications/misc/globe-cli/default.nix @@ -16,5 +16,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/adamsky/globe"; license = licenses.gpl3Only; maintainers = with maintainers; [ devhell ]; + mainProgram = "globe"; }; } diff --git a/pkgs/applications/misc/rm-improved/default.nix b/pkgs/applications/misc/rm-improved/default.nix index 0a1d38f5f7f..c35fa3dc887 100644 --- a/pkgs/applications/misc/rm-improved/default.nix +++ b/pkgs/applications/misc/rm-improved/default.nix @@ -19,6 +19,7 @@ rustPlatform.buildRustPackage rec { description = "Replacement for rm with focus on safety, ergonomics and performance"; homepage = "https://github.com/nivekuil/rip"; maintainers = with maintainers; [ nils-degroot ]; + mainProgram = "rip"; license = licenses.gpl3Plus; }; } diff --git a/pkgs/applications/misc/terminal-typeracer/default.nix b/pkgs/applications/misc/terminal-typeracer/default.nix index c6a700753f3..9840da035e5 100644 --- a/pkgs/applications/misc/terminal-typeracer/default.nix +++ b/pkgs/applications/misc/terminal-typeracer/default.nix @@ -29,6 +29,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://gitlab.com/ttyperacer/terminal-typeracer"; license = licenses.gpl3Plus; maintainers = with maintainers; [ yoctocell ]; + mainProgram = "typeracer"; platforms = platforms.unix; }; } diff --git a/pkgs/applications/misc/timewarrior/default.nix b/pkgs/applications/misc/timewarrior/default.nix index adff6741d31..819df21ebe1 100644 --- a/pkgs/applications/misc/timewarrior/default.nix +++ b/pkgs/applications/misc/timewarrior/default.nix @@ -21,6 +21,7 @@ stdenv.mkDerivation rec { homepage = "https://timewarrior.net"; license = licenses.mit; maintainers = with maintainers; [ matthiasbeyer mrVanDalo ]; + mainProgram = "timew"; platforms = platforms.linux ++ platforms.darwin; }; } diff --git a/pkgs/applications/misc/tty-solitaire/default.nix b/pkgs/applications/misc/tty-solitaire/default.nix index b390c7bf9d1..137e5653d74 100644 --- a/pkgs/applications/misc/tty-solitaire/default.nix +++ b/pkgs/applications/misc/tty-solitaire/default.nix @@ -35,5 +35,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/mpereira/tty-solitaire"; platforms = ncurses.meta.platforms; maintainers = [ maintainers.AndersonTorres ]; + mainProgram = "ttysolitaire"; }; } diff --git a/pkgs/applications/networking/browsers/links2/default.nix b/pkgs/applications/networking/browsers/links2/default.nix index 3a5b31e98e9..02b3f88d1e1 100644 --- a/pkgs/applications/networking/browsers/links2/default.nix +++ b/pkgs/applications/networking/browsers/links2/default.nix @@ -34,6 +34,7 @@ stdenv.mkDerivation rec { homepage = "http://links.twibright.com/"; description = "A small browser with some graphics support"; maintainers = with maintainers; [ raskin ]; + mainProgram = "links"; license = licenses.gpl2Plus; platforms = platforms.unix; }; diff --git a/pkgs/applications/networking/cluster/cloudfoundry-cli/default.nix b/pkgs/applications/networking/cluster/cloudfoundry-cli/default.nix index 4667b130e8d..ec9f45a8388 100644 --- a/pkgs/applications/networking/cluster/cloudfoundry-cli/default.nix +++ b/pkgs/applications/networking/cluster/cloudfoundry-cli/default.nix @@ -39,6 +39,7 @@ buildGoModule rec { description = "The official command line client for Cloud Foundry"; homepage = "https://github.com/cloudfoundry/cli"; maintainers = with maintainers; [ ris ]; + mainProgram = "cf"; license = licenses.asl20; }; } diff --git a/pkgs/applications/networking/cluster/kube3d/default.nix b/pkgs/applications/networking/cluster/kube3d/default.nix index ebcb3bda738..21469e57a75 100644 --- a/pkgs/applications/networking/cluster/kube3d/default.nix +++ b/pkgs/applications/networking/cluster/kube3d/default.nix @@ -50,6 +50,7 @@ buildGoModule rec { ''; license = licenses.mit; maintainers = with maintainers; [ kuznero jlesquembre ngerstle jk ricochet ]; + mainProgram = "k3d"; platforms = platforms.linux ++ platforms.darwin; }; } diff --git a/pkgs/applications/networking/cluster/kuttl/default.nix b/pkgs/applications/networking/cluster/kuttl/default.nix index 64f13ad6b60..13a16c6c50c 100644 --- a/pkgs/applications/networking/cluster/kuttl/default.nix +++ b/pkgs/applications/networking/cluster/kuttl/default.nix @@ -26,5 +26,6 @@ buildGoModule rec { homepage = "https://github.com/kudobuilder/kuttl"; license = licenses.asl20; maintainers = with maintainers; [ diegolelis ]; + mainProgram = "kubectl-kuttl"; }; } diff --git a/pkgs/applications/networking/cluster/pachyderm/default.nix b/pkgs/applications/networking/cluster/pachyderm/default.nix index 65a4a193843..570481f49b2 100644 --- a/pkgs/applications/networking/cluster/pachyderm/default.nix +++ b/pkgs/applications/networking/cluster/pachyderm/default.nix @@ -20,5 +20,6 @@ buildGoPackage rec { homepage = "https://github.com/pachyderm/pachyderm"; license = licenses.asl20; maintainers = with maintainers; [offline]; + mainProgram = "pachctl"; }; } diff --git a/pkgs/applications/networking/cluster/pgo-client/default.nix b/pkgs/applications/networking/cluster/pgo-client/default.nix index 33dbb47d11c..fc7110a89ae 100644 --- a/pkgs/applications/networking/cluster/pgo-client/default.nix +++ b/pkgs/applications/networking/cluster/pgo-client/default.nix @@ -21,5 +21,6 @@ buildGoModule rec { changelog = "https://github.com/CrunchyData/postgres-operator/releases/tag/v${version}"; license = licenses.asl20; maintainers = [ maintainers.bryanasdev000 ]; + mainProgram = "pgo"; }; } diff --git a/pkgs/applications/networking/cluster/tanka/default.nix b/pkgs/applications/networking/cluster/tanka/default.nix index 0d21e440031..0c9776f9f79 100644 --- a/pkgs/applications/networking/cluster/tanka/default.nix +++ b/pkgs/applications/networking/cluster/tanka/default.nix @@ -31,6 +31,7 @@ buildGoModule rec { homepage = "https://tanka.dev"; license = licenses.asl20; maintainers = with maintainers; [ mikefaille ]; + mainProgram = "tk"; platforms = platforms.unix; }; } diff --git a/pkgs/applications/networking/cluster/tektoncd-cli/default.nix b/pkgs/applications/networking/cluster/tektoncd-cli/default.nix index 673a8c9a8f0..bf5dc60d88b 100644 --- a/pkgs/applications/networking/cluster/tektoncd-cli/default.nix +++ b/pkgs/applications/networking/cluster/tektoncd-cli/default.nix @@ -61,5 +61,6 @@ buildGoModule rec { ''; license = licenses.asl20; maintainers = with maintainers; [ jk mstrangfeld vdemeester ]; + mainProgram = "tkn"; }; } diff --git a/pkgs/applications/networking/pjsip/default.nix b/pkgs/applications/networking/pjsip/default.nix index 8b0fad83b96..175f9b48080 100644 --- a/pkgs/applications/networking/pjsip/default.nix +++ b/pkgs/applications/networking/pjsip/default.nix @@ -38,6 +38,7 @@ stdenv.mkDerivation rec { homepage = "https://pjsip.org/"; license = licenses.gpl2Plus; maintainers = with maintainers; [ olynch ]; + mainProgram = "pjsua"; platforms = platforms.linux ++ platforms.darwin; }; } diff --git a/pkgs/applications/networking/seaweedfs/default.nix b/pkgs/applications/networking/seaweedfs/default.nix index 257d6c52689..cbabc6b10c7 100644 --- a/pkgs/applications/networking/seaweedfs/default.nix +++ b/pkgs/applications/networking/seaweedfs/default.nix @@ -27,6 +27,7 @@ buildGoModule rec { description = "Simple and highly scalable distributed file system"; homepage = "https://github.com/chrislusf/seaweedfs"; maintainers = with maintainers; [ cmacrae raboof ]; + mainProgram = "weed"; license = licenses.asl20; }; } diff --git a/pkgs/applications/radio/flex-ncat/default.nix b/pkgs/applications/radio/flex-ncat/default.nix index dee9f29da73..95c61dabf78 100644 --- a/pkgs/applications/radio/flex-ncat/default.nix +++ b/pkgs/applications/radio/flex-ncat/default.nix @@ -18,5 +18,6 @@ buildGoModule rec { description = "FlexRadio remote control (CAT) via hamlib/rigctl protocol"; license = licenses.mit; maintainers = with maintainers; [ mvs ]; + mainProgram = "nCAT"; }; } diff --git a/pkgs/applications/radio/rtl-ais/default.nix b/pkgs/applications/radio/rtl-ais/default.nix index 243d3126b5f..c244868f65d 100644 --- a/pkgs/applications/radio/rtl-ais/default.nix +++ b/pkgs/applications/radio/rtl-ais/default.nix @@ -19,6 +19,7 @@ stdenv.mkDerivation { homepage = "https://github.com/dgiardini/rtl-ais"; license = licenses.gpl2Plus; maintainers = with maintainers; [ mgdm ]; + mainProgram = "rtl_ais"; platforms = platforms.unix; }; } diff --git a/pkgs/applications/science/astronomy/astrolabe-generator/default.nix b/pkgs/applications/science/astronomy/astrolabe-generator/default.nix index 3802f2bada8..3364cbf6f0c 100644 --- a/pkgs/applications/science/astronomy/astrolabe-generator/default.nix +++ b/pkgs/applications/science/astronomy/astrolabe-generator/default.nix @@ -26,6 +26,7 @@ stdenv.mkDerivation rec { description = "A Java-based tool for generating EPS files for constructing astrolabes and related tools"; license = licenses.gpl3; maintainers = [ ]; + mainProgram = "AstrolabeGenerator"; platforms = platforms.all; }; } diff --git a/pkgs/applications/science/biology/bayescan/default.nix b/pkgs/applications/science/biology/bayescan/default.nix index 043ee3ca52d..656e59a55ba 100644 --- a/pkgs/applications/science/biology/bayescan/default.nix +++ b/pkgs/applications/science/biology/bayescan/default.nix @@ -34,6 +34,7 @@ stdenv.mkDerivation rec { homepage = "http://cmpg.unibe.ch/software/BayeScan"; license = licenses.gpl3; maintainers = [ maintainers.bzizou ]; + mainProgram = "bayescan_${version}"; platforms = lib.platforms.all; }; } diff --git a/pkgs/applications/science/biology/clustal-omega/default.nix b/pkgs/applications/science/biology/clustal-omega/default.nix index 6377e1fce85..6a39a889f55 100644 --- a/pkgs/applications/science/biology/clustal-omega/default.nix +++ b/pkgs/applications/science/biology/clustal-omega/default.nix @@ -27,6 +27,7 @@ stdenv.mkDerivation rec { homepage = "http://www.clustal.org/omega/"; license = licenses.gpl2; maintainers = [ maintainers.bzizou ]; + mainProgram = "clustalo"; platforms = platforms.unix; }; } diff --git a/pkgs/applications/science/biology/picard-tools/default.nix b/pkgs/applications/science/biology/picard-tools/default.nix index 526a5b3ed33..ace2eea8930 100644 --- a/pkgs/applications/science/biology/picard-tools/default.nix +++ b/pkgs/applications/science/biology/picard-tools/default.nix @@ -26,6 +26,7 @@ stdenv.mkDerivation rec { license = licenses.mit; homepage = "https://broadinstitute.github.io/picard/"; maintainers = with maintainers; [ jbedo ]; + mainProgram = "picard"; platforms = platforms.all; }; } diff --git a/pkgs/applications/science/logic/symbiyosys/default.nix b/pkgs/applications/science/logic/symbiyosys/default.nix index b9bf480f7e6..ffc61ed1d03 100644 --- a/pkgs/applications/science/logic/symbiyosys/default.nix +++ b/pkgs/applications/science/logic/symbiyosys/default.nix @@ -56,6 +56,7 @@ stdenv.mkDerivation { homepage = "https://symbiyosys.readthedocs.io/"; license = lib.licenses.isc; maintainers = with lib.maintainers; [ thoughtpolice emily ]; + mainProgram = "sby"; platforms = lib.platforms.all; }; } diff --git a/pkgs/applications/science/machine-learning/finalfusion-utils/default.nix b/pkgs/applications/science/machine-learning/finalfusion-utils/default.nix index dbb187dc35e..0df8a0525be 100644 --- a/pkgs/applications/science/machine-learning/finalfusion-utils/default.nix +++ b/pkgs/applications/science/machine-learning/finalfusion-utils/default.nix @@ -50,5 +50,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/finalfusion/finalfusion-utils/"; license = licenses.asl20; maintainers = with maintainers; [ ]; + mainProgram = "finalfusion"; }; } diff --git a/pkgs/applications/version-management/commit-formatter/default.nix b/pkgs/applications/version-management/commit-formatter/default.nix index eb475dca78a..03eead59a6b 100644 --- a/pkgs/applications/version-management/commit-formatter/default.nix +++ b/pkgs/applications/version-management/commit-formatter/default.nix @@ -18,5 +18,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/Eliot00/commit-formatter"; license = with licenses; [ asl20 /* or */ mit ]; maintainers = with maintainers; [ elliot ]; + mainProgram = "git-cf"; }; } diff --git a/pkgs/applications/version-management/git-and-tools/bfg-repo-cleaner/default.nix b/pkgs/applications/version-management/git-and-tools/bfg-repo-cleaner/default.nix index 7de53c7c541..ca47942a3f9 100644 --- a/pkgs/applications/version-management/git-and-tools/bfg-repo-cleaner/default.nix +++ b/pkgs/applications/version-management/git-and-tools/bfg-repo-cleaner/default.nix @@ -39,6 +39,7 @@ stdenv.mkDerivation rec { ''; license = licenses.gpl3; maintainers = [ maintainers.changlinli ]; + mainProgram = "bfg"; platforms = platforms.unix; downloadPage = "https://mvnrepository.com/artifact/com.madgag/bfg/${version}"; }; diff --git a/pkgs/applications/version-management/git-and-tools/bitbucket-server-cli/default.nix b/pkgs/applications/version-management/git-and-tools/bitbucket-server-cli/default.nix index 695250a5cc4..ecbe064826c 100644 --- a/pkgs/applications/version-management/git-and-tools/bitbucket-server-cli/default.nix +++ b/pkgs/applications/version-management/git-and-tools/bitbucket-server-cli/default.nix @@ -16,6 +16,7 @@ bundlerEnv rec { homepage = "https://bitbucket.org/atlassian/bitbucket-server-cli"; license = licenses.mit; maintainers = with maintainers; [ jgertm nicknovitski ]; + mainProgram = "stash"; platforms = platforms.unix; }; } diff --git a/pkgs/applications/version-management/git-and-tools/git-annex-utils/default.nix b/pkgs/applications/version-management/git-and-tools/git-annex-utils/default.nix index 0ba747d7235..07af33951df 100644 --- a/pkgs/applications/version-management/git-and-tools/git-annex-utils/default.nix +++ b/pkgs/applications/version-management/git-and-tools/git-annex-utils/default.nix @@ -21,6 +21,7 @@ stdenv.mkDerivation rec { homepage = "http://git-annex.mysteryvortex.com/git-annex-utils.html"; license = lib.licenses.gpl3; maintainers = with lib.maintainers; [ woffs ]; + mainProgram = "gadu"; platforms = lib.platforms.all; }; } diff --git a/pkgs/applications/version-management/git-and-tools/git-interactive-rebase-tool/default.nix b/pkgs/applications/version-management/git-and-tools/git-interactive-rebase-tool/default.nix index 91f6f203983..2f999ec3d87 100644 --- a/pkgs/applications/version-management/git-and-tools/git-interactive-rebase-tool/default.nix +++ b/pkgs/applications/version-management/git-and-tools/git-interactive-rebase-tool/default.nix @@ -39,5 +39,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/MitMaro/git-interactive-rebase-tool/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ masaeedu SuperSandro2000 zowoq ]; + mainProgram = "interactive-rebase-tool"; }; } diff --git a/pkgs/applications/version-management/jujutsu/default.nix b/pkgs/applications/version-management/jujutsu/default.nix index fbf800363ab..30ea7e1524a 100644 --- a/pkgs/applications/version-management/jujutsu/default.nix +++ b/pkgs/applications/version-management/jujutsu/default.nix @@ -56,5 +56,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/martinvonz/jj/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ _0x4A6F ]; + mainProgram = "jj"; }; } diff --git a/pkgs/applications/virtualization/ecs-agent/default.nix b/pkgs/applications/virtualization/ecs-agent/default.nix index 390f3049c02..1890f29c52a 100644 --- a/pkgs/applications/virtualization/ecs-agent/default.nix +++ b/pkgs/applications/virtualization/ecs-agent/default.nix @@ -20,6 +20,7 @@ buildGoPackage rec { license = licenses.asl20; platforms = platforms.unix; maintainers = with maintainers; [ copumpkin ]; + mainProgram = "agent"; }; } diff --git a/pkgs/data/misc/shared-mime-info/default.nix b/pkgs/data/misc/shared-mime-info/default.nix index 2feb5e2f5a4..a2d2849bac1 100644 --- a/pkgs/data/misc/shared-mime-info/default.nix +++ b/pkgs/data/misc/shared-mime-info/default.nix @@ -51,5 +51,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2Plus; platforms = platforms.unix; maintainers = teams.freedesktop.members ++ [ maintainers.mimame ]; + mainProgram = "update-mime-database"; }; } diff --git a/pkgs/development/beam-modules/elvis-erlang/default.nix b/pkgs/development/beam-modules/elvis-erlang/default.nix index 810486e2bc4..c4dda478c4a 100644 --- a/pkgs/development/beam-modules/elvis-erlang/default.nix +++ b/pkgs/development/beam-modules/elvis-erlang/default.nix @@ -42,5 +42,6 @@ in rebar3Relx rec { platforms = platforms.unix; license = licenses.asl20; maintainers = with lib.maintainers; [ dlesl ]; + mainProgram = "elvis"; }; } diff --git a/pkgs/development/compilers/algol68g/default.nix b/pkgs/development/compilers/algol68g/default.nix index 88210ca5b72..6bbd51717a5 100644 --- a/pkgs/development/compilers/algol68g/default.nix +++ b/pkgs/development/compilers/algol68g/default.nix @@ -50,6 +50,7 @@ stdenv.mkDerivation rec { ''; license = licenses.gpl3Plus; maintainers = with maintainers; [ AndersonTorres ]; + mainProgram = "a68g"; platforms = platforms.unix; }; } diff --git a/pkgs/development/interpreters/duktape/default.nix b/pkgs/development/interpreters/duktape/default.nix index 912fc691dd9..3d52eda7660 100644 --- a/pkgs/development/interpreters/duktape/default.nix +++ b/pkgs/development/interpreters/duktape/default.nix @@ -38,6 +38,7 @@ stdenv.mkDerivation rec { downloadPage = "https://duktape.org/download.html"; license = licenses.mit; maintainers = [ maintainers.fgaz ]; + mainProgram = "duk"; platforms = platforms.all; }; } diff --git a/pkgs/development/interpreters/lolcode/default.nix b/pkgs/development/interpreters/lolcode/default.nix index 0bb95ed6ea5..23a77596e1d 100644 --- a/pkgs/development/interpreters/lolcode/default.nix +++ b/pkgs/development/interpreters/lolcode/default.nix @@ -28,6 +28,7 @@ stdenv.mkDerivation rec { ''; license = licenses.gpl3; maintainers = [ maintainers.AndersonTorres ]; + mainProgram = "lolcode-lci"; platforms = lib.platforms.unix; }; diff --git a/pkgs/development/interpreters/trealla/default.nix b/pkgs/development/interpreters/trealla/default.nix index d6dc01348a1..45e63d98bda 100644 --- a/pkgs/development/interpreters/trealla/default.nix +++ b/pkgs/development/interpreters/trealla/default.nix @@ -43,6 +43,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/infradig/trealla"; license = licenses.mit; maintainers = with maintainers; [ siraben ]; + mainProgram = "tpl"; platforms = platforms.all; }; } diff --git a/pkgs/development/interpreters/yex-lang/default.nix b/pkgs/development/interpreters/yex-lang/default.nix index 738b73d8e4c..7223b7aca78 100644 --- a/pkgs/development/interpreters/yex-lang/default.nix +++ b/pkgs/development/interpreters/yex-lang/default.nix @@ -18,6 +18,7 @@ rustPlatform.buildRustPackage rec { description = "A cool functional scripting language written in rust"; license = licenses.mit; maintainers = with maintainers; [ AndersonTorres ]; + mainProgram = "yex"; platforms = platforms.unix; broken = stdenv.isAarch64 && stdenv.isLinux; }; diff --git a/pkgs/development/nim-packages/tempfile/default.nix b/pkgs/development/nim-packages/tempfile/default.nix index 2d151bad8e8..d23ea05cb32 100644 --- a/pkgs/development/nim-packages/tempfile/default.nix +++ b/pkgs/development/nim-packages/tempfile/default.nix @@ -15,5 +15,6 @@ buildNimPackage rec { description = "Temporary files and folders"; license = [ lib.licenses.mit ]; maintainers = [ maintainers.ehmry ]; + mainProgram = "tempfile_seeder"; }; } diff --git a/pkgs/development/python-modules/flatbuffers/default.nix b/pkgs/development/python-modules/flatbuffers/default.nix index f697f7b8ae0..3575f1c3613 100644 --- a/pkgs/development/python-modules/flatbuffers/default.nix +++ b/pkgs/development/python-modules/flatbuffers/default.nix @@ -17,5 +17,6 @@ buildPythonPackage rec { meta = flatbuffers.meta // { description = "Python runtime library for use with the Flatbuffers serialization format"; maintainers = with lib.maintainers; [ wulfsta ]; + mainProgram = "flatc"; }; } diff --git a/pkgs/development/tools/bazel-gazelle/default.nix b/pkgs/development/tools/bazel-gazelle/default.nix index 3d46a77108c..0a6796185fb 100644 --- a/pkgs/development/tools/bazel-gazelle/default.nix +++ b/pkgs/development/tools/bazel-gazelle/default.nix @@ -29,5 +29,6 @@ buildGoModule rec { ''; license = licenses.asl20; maintainers = with maintainers; [ kalbasit ]; + mainProgram = "gazelle"; }; } diff --git a/pkgs/development/tools/bazel-kazel/default.nix b/pkgs/development/tools/bazel-kazel/default.nix index b3f58262b1d..9f51a44fbb8 100644 --- a/pkgs/development/tools/bazel-kazel/default.nix +++ b/pkgs/development/tools/bazel-kazel/default.nix @@ -22,5 +22,6 @@ buildGoModule rec { homepage = "https://github.com/kubernetes/repo-infra"; license = licenses.asl20; maintainers = with maintainers; [ kalbasit ]; + mainProgram = "kazel"; }; } diff --git a/pkgs/development/tools/build-managers/build2/default.nix b/pkgs/development/tools/build-managers/build2/default.nix index 7af0089117a..7b64c14e2ec 100644 --- a/pkgs/development/tools/build-managers/build2/default.nix +++ b/pkgs/development/tools/build-managers/build2/default.nix @@ -94,5 +94,6 @@ stdenv.mkDerivation rec { changelog = "https://git.build2.org/cgit/build2/tree/NEWS"; platforms = platforms.all; maintainers = with maintainers; [ hiro98 r-burns ]; + mainProgram = "b"; }; } diff --git a/pkgs/development/tools/build-managers/go-mk/default.nix b/pkgs/development/tools/build-managers/go-mk/default.nix index f543d60da95..2fff2f67edb 100644 --- a/pkgs/development/tools/build-managers/go-mk/default.nix +++ b/pkgs/development/tools/build-managers/go-mk/default.nix @@ -26,6 +26,7 @@ buildGoPackage rec { ''; license = licenses.bsd2; maintainers = with maintainers; [ AndersonTorres ]; + mainProgram = "mk"; platforms = platforms.unix; }; } diff --git a/pkgs/development/tools/clog-cli/default.nix b/pkgs/development/tools/clog-cli/default.nix index 395cd7979d6..feedbd2ab26 100644 --- a/pkgs/development/tools/clog-cli/default.nix +++ b/pkgs/development/tools/clog-cli/default.nix @@ -21,5 +21,6 @@ buildRustPackage rec { license = lib.licenses.mit; platforms = lib.platforms.unix; maintainers = [lib.maintainers.nthorne]; + mainProgram = "clog"; }; } diff --git a/pkgs/development/tools/compile-daemon/default.nix b/pkgs/development/tools/compile-daemon/default.nix index a12fb4424e8..79f5a447888 100644 --- a/pkgs/development/tools/compile-daemon/default.nix +++ b/pkgs/development/tools/compile-daemon/default.nix @@ -20,6 +20,7 @@ buildGoPackage rec { description = "Very simple compile daemon for Go"; license = licenses.bsd2; maintainers = with maintainers; [ ]; + mainProgram = "CompileDaemon"; inherit (src.meta) homepage; }; } diff --git a/pkgs/development/tools/continuous-integration/buildkite-cli/default.nix b/pkgs/development/tools/continuous-integration/buildkite-cli/default.nix index 4604cca7cfc..0b51be5d672 100644 --- a/pkgs/development/tools/continuous-integration/buildkite-cli/default.nix +++ b/pkgs/development/tools/continuous-integration/buildkite-cli/default.nix @@ -24,5 +24,6 @@ buildGoModule rec { homepage = "https://github.com/buildkite/cli"; license = licenses.mit; maintainers = with maintainers; [ groodt ]; + mainProgram = "bk"; }; } diff --git a/pkgs/development/tools/database/pg_checksums/default.nix b/pkgs/development/tools/database/pg_checksums/default.nix index b7883bd1bf0..b2d8b3fc05b 100644 --- a/pkgs/development/tools/database/pg_checksums/default.nix +++ b/pkgs/development/tools/database/pg_checksums/default.nix @@ -31,6 +31,7 @@ stdenv.mkDerivation rec { description = "Activate/deactivate/verify checksums in offline PostgreSQL clusters"; homepage = "https://github.com/credativ/pg_checksums"; maintainers = [ maintainers.marsam ]; + mainProgram = "pg_checksums_ext"; platforms = postgresql.meta.platforms; license = licenses.postgresql; }; diff --git a/pkgs/development/tools/database/termdbms/default.nix b/pkgs/development/tools/database/termdbms/default.nix index b045669ef90..a8c56c51dbc 100644 --- a/pkgs/development/tools/database/termdbms/default.nix +++ b/pkgs/development/tools/database/termdbms/default.nix @@ -22,5 +22,6 @@ buildGoModule rec { description = "A TUI for viewing and editing database files"; license = licenses.mit; maintainers = with maintainers; [ izorkin ]; + mainProgram = "sqlite3-viewer"; }; } diff --git a/pkgs/development/tools/global-platform-pro/default.nix b/pkgs/development/tools/global-platform-pro/default.nix index 4d80010f71e..97748e9e78e 100644 --- a/pkgs/development/tools/global-platform-pro/default.nix +++ b/pkgs/development/tools/global-platform-pro/default.nix @@ -63,6 +63,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/martinpaljak/GlobalPlatformPro"; license = with licenses; [ lgpl3 ]; maintainers = with maintainers; [ ekleog ]; + mainProgram = "gp"; platforms = platforms.all; }; } diff --git a/pkgs/development/tools/go-minimock/default.nix b/pkgs/development/tools/go-minimock/default.nix index e2146eb5769..230840807a0 100644 --- a/pkgs/development/tools/go-minimock/default.nix +++ b/pkgs/development/tools/go-minimock/default.nix @@ -26,5 +26,6 @@ buildGoModule rec { description = "A golang mock generator from interfaces"; license = licenses.mit; maintainers = with maintainers; [ svrana ]; + mainProgram = "minimock"; }; } diff --git a/pkgs/development/tools/go-mockery/default.nix b/pkgs/development/tools/go-mockery/default.nix index 7563146afa9..b1673ecfe1e 100644 --- a/pkgs/development/tools/go-mockery/default.nix +++ b/pkgs/development/tools/go-mockery/default.nix @@ -17,6 +17,7 @@ buildGoModule rec { homepage = "https://github.com/vektra/mockery"; description = "A mock code autogenerator for Golang"; maintainers = with maintainers; [ fbrs ]; + mainProgram = "mockery"; license = licenses.bsd3; }; } diff --git a/pkgs/development/tools/go-swagger/default.nix b/pkgs/development/tools/go-swagger/default.nix index f9668332244..f438584a292 100644 --- a/pkgs/development/tools/go-swagger/default.nix +++ b/pkgs/development/tools/go-swagger/default.nix @@ -24,5 +24,6 @@ buildGoModule rec { homepage = "https://github.com/go-swagger/go-swagger"; license = licenses.asl20; maintainers = with maintainers; [ kalbasit ]; + mainProgram = "swagger"; }; } diff --git a/pkgs/development/tools/hjson-go/default.nix b/pkgs/development/tools/hjson-go/default.nix index ce6da30d3b5..3b2dc501521 100644 --- a/pkgs/development/tools/hjson-go/default.nix +++ b/pkgs/development/tools/hjson-go/default.nix @@ -17,6 +17,7 @@ buildGoPackage rec { src.meta // { description = "Utility to convert JSON to and from HJSON"; maintainers = with maintainers; [ ehmry ]; + mainProgram = "hjson-cli"; license = licenses.mit; }; } diff --git a/pkgs/development/tools/jsonnet-bundler/default.nix b/pkgs/development/tools/jsonnet-bundler/default.nix index 87da63f0f35..813c936cba3 100644 --- a/pkgs/development/tools/jsonnet-bundler/default.nix +++ b/pkgs/development/tools/jsonnet-bundler/default.nix @@ -22,5 +22,6 @@ buildGoModule rec { homepage = "https://github.com/jsonnet-bundler/jsonnet-bundler"; license = licenses.asl20; maintainers = with maintainers; [ preisschild ]; + mainProgram = "jb"; }; } diff --git a/pkgs/development/tools/metal-cli/default.nix b/pkgs/development/tools/metal-cli/default.nix index a52a2a141c3..83ba07b07a8 100644 --- a/pkgs/development/tools/metal-cli/default.nix +++ b/pkgs/development/tools/metal-cli/default.nix @@ -24,5 +24,6 @@ buildGoModule rec { homepage = "https://github.com/equinix/metal-cli/"; license = licenses.mit; maintainers = with maintainers; [ Br1ght0ne nshalman ]; + mainProgram = "metal"; }; } diff --git a/pkgs/development/tools/misc/go-license-detector/default.nix b/pkgs/development/tools/misc/go-license-detector/default.nix index 91c6518bc26..fc69d8cdd12 100644 --- a/pkgs/development/tools/misc/go-license-detector/default.nix +++ b/pkgs/development/tools/misc/go-license-detector/default.nix @@ -20,5 +20,6 @@ buildGoModule rec { homepage = "https://github.com/src-d/go-license-detector"; license = licenses.asl20; maintainers = with maintainers; [ dtzWill ]; + mainProgram = "license-detector"; }; } diff --git a/pkgs/development/tools/misc/nxpmicro-mfgtools/default.nix b/pkgs/development/tools/misc/nxpmicro-mfgtools/default.nix index 63f42ffe07c..9041d1f8c58 100644 --- a/pkgs/development/tools/misc/nxpmicro-mfgtools/default.nix +++ b/pkgs/development/tools/misc/nxpmicro-mfgtools/default.nix @@ -52,6 +52,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/NXPmicro/mfgtools"; license = licenses.bsd3; maintainers = with maintainers; [ bmilanov jraygauthier ]; + mainProgram = "uuu"; platforms = platforms.all; }; } diff --git a/pkgs/development/tools/misc/semver-tool/default.nix b/pkgs/development/tools/misc/semver-tool/default.nix index 407185a474b..434fba18c59 100644 --- a/pkgs/development/tools/misc/semver-tool/default.nix +++ b/pkgs/development/tools/misc/semver-tool/default.nix @@ -28,5 +28,6 @@ stdenv.mkDerivation rec { license = licenses.asl20; platforms = platforms.unix; maintainers = [ maintainers.qyliss ]; + mainProgram = "semver"; }; } diff --git a/pkgs/development/tools/nsis/default.nix b/pkgs/development/tools/nsis/default.nix index 4820d8bb4b7..48651435d37 100644 --- a/pkgs/development/tools/nsis/default.nix +++ b/pkgs/development/tools/nsis/default.nix @@ -70,5 +70,6 @@ stdenv.mkDerivation rec { license = licenses.zlib; platforms = platforms.unix; maintainers = with maintainers; [ pombeirp ]; + mainProgram = "makensis"; }; } diff --git a/pkgs/development/tools/omnisharp-roslyn/default.nix b/pkgs/development/tools/omnisharp-roslyn/default.nix index a3f3c7ce440..ba61553594e 100644 --- a/pkgs/development/tools/omnisharp-roslyn/default.nix +++ b/pkgs/development/tools/omnisharp-roslyn/default.nix @@ -106,6 +106,7 @@ in stdenv.mkDerivation rec { platforms = platforms.unix; license = licenses.mit; maintainers = with maintainers; [ tesq0 ericdallo corngood ]; + mainProgram = "omnisharp"; }; } diff --git a/pkgs/development/tools/packet-sd/default.nix b/pkgs/development/tools/packet-sd/default.nix index f01d87be6e4..f8caeb7f684 100644 --- a/pkgs/development/tools/packet-sd/default.nix +++ b/pkgs/development/tools/packet-sd/default.nix @@ -20,5 +20,6 @@ buildGoModule rec { license = licenses.asl20; platforms = platforms.unix; maintainers = [ ]; + mainProgram = "prometheus-packet-sd"; }; } diff --git a/pkgs/development/tools/quicktemplate/default.nix b/pkgs/development/tools/quicktemplate/default.nix index 4fe51d3e046..747a82740f4 100644 --- a/pkgs/development/tools/quicktemplate/default.nix +++ b/pkgs/development/tools/quicktemplate/default.nix @@ -18,5 +18,6 @@ buildGoModule rec { description = "Fast, powerful, yet easy to use template engine for Go"; license = licenses.mit; maintainers = with maintainers; [ chiiruno ]; + mainProgram = "qtc"; }; } diff --git a/pkgs/development/tools/rust/duckscript/default.nix b/pkgs/development/tools/rust/duckscript/default.nix index aabb8b94c81..d8bae34c9c3 100644 --- a/pkgs/development/tools/rust/duckscript/default.nix +++ b/pkgs/development/tools/rust/duckscript/default.nix @@ -32,5 +32,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/sagiegurari/duckscript"; license = licenses.asl20; maintainers = with maintainers; [ mkg20001 ]; + mainProgram = "duck"; }; } diff --git a/pkgs/development/tools/toluapp/default.nix b/pkgs/development/tools/toluapp/default.nix index 5f938547cdd..c21fc474fe2 100644 --- a/pkgs/development/tools/toluapp/default.nix +++ b/pkgs/development/tools/toluapp/default.nix @@ -26,6 +26,7 @@ stdenv.mkDerivation rec { homepage = "http://www.codenix.com/~tolua/"; license = licenses.mit; maintainers = with maintainers; [ vrthra ]; + mainProgram = "tolua++"; platforms = with platforms; unix; }; } diff --git a/pkgs/development/tools/udis86/default.nix b/pkgs/development/tools/udis86/default.nix index aec41c7c97a..37408035ff9 100644 --- a/pkgs/development/tools/udis86/default.nix +++ b/pkgs/development/tools/udis86/default.nix @@ -37,6 +37,7 @@ stdenv.mkDerivation rec { homepage = "http://udis86.sourceforge.net"; license = licenses.bsd2; maintainers = with maintainers; [ timor ]; + mainProgram = "udcli"; description = '' Easy-to-use, minimalistic x86 disassembler library (libudis86) ''; diff --git a/pkgs/development/web/kcgi/default.nix b/pkgs/development/web/kcgi/default.nix index 95765be46fd..f00d40044d0 100644 --- a/pkgs/development/web/kcgi/default.nix +++ b/pkgs/development/web/kcgi/default.nix @@ -28,5 +28,6 @@ stdenv.mkDerivation rec { license = licenses.isc; platforms = platforms.all; maintainers = [ maintainers.leenaars ]; + mainProgram = "kfcgi"; }; } diff --git a/pkgs/games/liberal-crime-squad/default.nix b/pkgs/games/liberal-crime-squad/default.nix index d8048b01d21..f46bd3b50a3 100644 --- a/pkgs/games/liberal-crime-squad/default.nix +++ b/pkgs/games/liberal-crime-squad/default.nix @@ -23,6 +23,7 @@ stdenv.mkDerivation { ''; homepage = "https://github.com/Kamal-Sadek/Liberal-Crime-Squad"; maintainers = [ maintainers.rardiol ]; + mainProgram = "crimesquad"; license = licenses.gpl2; platforms = platforms.all; }; diff --git a/pkgs/games/papermc/default.nix b/pkgs/games/papermc/default.nix index 09dbfb6c3c8..52bd5c00d43 100644 --- a/pkgs/games/papermc/default.nix +++ b/pkgs/games/papermc/default.nix @@ -32,5 +32,6 @@ in stdenv.mkDerivation { license = lib.licenses.gpl3Only; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ aaronjanse neonfuz ]; + mainProgram = "minecraft-server"; }; } diff --git a/pkgs/games/purpur/default.nix b/pkgs/games/purpur/default.nix index b12c54449a4..4f08010b455 100644 --- a/pkgs/games/purpur/default.nix +++ b/pkgs/games/purpur/default.nix @@ -37,5 +37,6 @@ stdenv.mkDerivation rec { license = licenses.mit; platforms = platforms.unix; maintainers = with maintainers; [ jyooru ]; + mainProgram = "minecraft-server"; }; } diff --git a/pkgs/games/quakespasm/default.nix b/pkgs/games/quakespasm/default.nix index 137b86f57b6..e67363fdc3c 100644 --- a/pkgs/games/quakespasm/default.nix +++ b/pkgs/games/quakespasm/default.nix @@ -94,5 +94,6 @@ stdenv.mkDerivation rec { platforms = platforms.unix; maintainers = with maintainers; [ mikroskeem m3tti ]; + mainProgram = "quake"; }; } diff --git a/pkgs/games/tintin/default.nix b/pkgs/games/tintin/default.nix index 2388158a36a..aac7cf8f6ab 100644 --- a/pkgs/games/tintin/default.nix +++ b/pkgs/games/tintin/default.nix @@ -29,6 +29,7 @@ stdenv.mkDerivation rec { homepage = "http://tintin.sourceforge.net"; license = licenses.gpl2; maintainers = with maintainers; [ lovek323 ]; + mainProgram = "tt++"; platforms = platforms.unix; }; } diff --git a/pkgs/misc/lguf-brightness/default.nix b/pkgs/misc/lguf-brightness/default.nix index efdc8e15148..0bb288c2176 100644 --- a/pkgs/misc/lguf-brightness/default.nix +++ b/pkgs/misc/lguf-brightness/default.nix @@ -25,6 +25,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/periklis/lguf-brightness"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ periklis ]; + mainProgram = "lguf_brightness"; platforms = with platforms; linux ++ darwin; }; } diff --git a/pkgs/misc/scimark/default.nix b/pkgs/misc/scimark/default.nix index 7558c676ba5..5726556e687 100644 --- a/pkgs/misc/scimark/default.nix +++ b/pkgs/misc/scimark/default.nix @@ -29,6 +29,7 @@ stdenv.mkDerivation rec { description = "Scientific and numerical computing benchmark (ANSI C version)"; license = licenses.publicDomain; maintainers = with maintainers; [ AndersonTorres ]; + mainProgram = "scimark4"; platforms = platforms.all; }; } diff --git a/pkgs/os-specific/darwin/kwm/default.nix b/pkgs/os-specific/darwin/kwm/default.nix index 273ea7345d9..c210f9e8c65 100644 --- a/pkgs/os-specific/darwin/kwm/default.nix +++ b/pkgs/os-specific/darwin/kwm/default.nix @@ -29,6 +29,7 @@ stdenv.mkDerivation rec { downloadPage = "https://github.com/koekeishiya/kwm/releases"; platforms = platforms.darwin; maintainers = with maintainers; [ lnl7 ]; + mainProgram = "kwmc"; license = licenses.mit; }; } diff --git a/pkgs/os-specific/linux/pam_u2f/default.nix b/pkgs/os-specific/linux/pam_u2f/default.nix index 5e4b190c7a3..1b95067bab5 100644 --- a/pkgs/os-specific/linux/pam_u2f/default.nix +++ b/pkgs/os-specific/linux/pam_u2f/default.nix @@ -30,5 +30,6 @@ stdenv.mkDerivation rec { license = licenses.bsd2; platforms = platforms.unix; maintainers = with maintainers; [ philandstuff ]; + mainProgram = "pamu2fcfg"; }; } diff --git a/pkgs/servers/documize-community/default.nix b/pkgs/servers/documize-community/default.nix index 036ea5fbee7..66ba25f8bf4 100644 --- a/pkgs/servers/documize-community/default.nix +++ b/pkgs/servers/documize-community/default.nix @@ -34,6 +34,7 @@ buildGoModule rec { description = "Open source Confluence alternative for internal & external docs built with Golang + EmberJS"; license = licenses.agpl3; maintainers = with maintainers; [ ma27 elseym ]; + mainProgram = "documize"; homepage = "https://www.documize.com/"; }; } diff --git a/pkgs/servers/http/micro-httpd/default.nix b/pkgs/servers/http/micro-httpd/default.nix index 01ff91ebda6..b4a55591054 100644 --- a/pkgs/servers/http/micro-httpd/default.nix +++ b/pkgs/servers/http/micro-httpd/default.nix @@ -21,6 +21,7 @@ stdenv.mkDerivation { license = licenses.bsd2; platforms = platforms.unix; maintainers = with maintainers; [ copumpkin ]; + mainProgram = "micro_httpd"; }; } diff --git a/pkgs/servers/http/webfs/default.nix b/pkgs/servers/http/webfs/default.nix index 1281dee22be..812f5a0d00f 100644 --- a/pkgs/servers/http/webfs/default.nix +++ b/pkgs/servers/http/webfs/default.nix @@ -30,5 +30,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2; platforms = platforms.all; maintainers = with maintainers; [ zimbatm ]; + mainProgram = "webfsd"; }; } diff --git a/pkgs/servers/irker/default.nix b/pkgs/servers/irker/default.nix index 0aac945ad00..28f6b60cf76 100644 --- a/pkgs/servers/irker/default.nix +++ b/pkgs/servers/irker/default.nix @@ -38,6 +38,7 @@ stdenv.mkDerivation { homepage = "https://gitlab.com/esr/irker"; license = licenses.bsd2; maintainers = with maintainers; [ dtzWill ]; + mainProgram = "irkerd"; platforms = platforms.unix; }; } diff --git a/pkgs/servers/kapowbang/default.nix b/pkgs/servers/kapowbang/default.nix index efd2b17d7e5..81536ab143a 100644 --- a/pkgs/servers/kapowbang/default.nix +++ b/pkgs/servers/kapowbang/default.nix @@ -22,5 +22,6 @@ buildGoModule rec { description = "Expose command-line tools over HTTP"; license = licenses.asl20; maintainers = with maintainers; [ nilp0inter ]; + mainProgram = "kapow"; }; } diff --git a/pkgs/servers/mail/clamsmtp/default.nix b/pkgs/servers/mail/clamsmtp/default.nix index 1972e7d86a8..b3f825f7148 100644 --- a/pkgs/servers/mail/clamsmtp/default.nix +++ b/pkgs/servers/mail/clamsmtp/default.nix @@ -17,6 +17,7 @@ stdenv.mkDerivation rec { homepage = "http://thewalter.net/stef/software/clamsmtp/"; license = licenses.bsd3; maintainers = [ maintainers.ekleog ]; + mainProgram = "clamsmtpd"; platforms = platforms.all; }; } diff --git a/pkgs/servers/mail/system-sendmail/default.nix b/pkgs/servers/mail/system-sendmail/default.nix index 76b92299409..c3574c8f17f 100644 --- a/pkgs/servers/mail/system-sendmail/default.nix +++ b/pkgs/servers/mail/system-sendmail/default.nix @@ -35,5 +35,6 @@ stdenv.mkDerivation { ''; platforms = platforms.unix; maintainers = with maintainers; [ ekleog ]; + mainProgram = "sendmail"; }; } diff --git a/pkgs/servers/matrix-corporal/default.nix b/pkgs/servers/matrix-corporal/default.nix index ad92a1b8dba..6451352af76 100644 --- a/pkgs/servers/matrix-corporal/default.nix +++ b/pkgs/servers/matrix-corporal/default.nix @@ -21,6 +21,7 @@ buildGoModule rec { homepage = "https://github.com/devture/matrix-corporal"; description = "Reconciliator and gateway for a managed Matrix server"; maintainers = with maintainers; [ dandellion ]; + mainProgram = "devture-matrix-corporal"; license = licenses.agpl3Only; }; } diff --git a/pkgs/servers/monitoring/zipkin/default.nix b/pkgs/servers/monitoring/zipkin/default.nix index 9395c3c61c1..37e43aeb3d9 100644 --- a/pkgs/servers/monitoring/zipkin/default.nix +++ b/pkgs/servers/monitoring/zipkin/default.nix @@ -22,5 +22,6 @@ stdenv.mkDerivation rec { license = licenses.asl20; platforms = platforms.unix; maintainers = [ maintainers.hectorj ]; + mainProgram = "zipkin-server"; }; } diff --git a/pkgs/servers/ps3netsrv/default.nix b/pkgs/servers/ps3netsrv/default.nix index 12c4e2545a5..91f24a42927 100644 --- a/pkgs/servers/ps3netsrv/default.nix +++ b/pkgs/servers/ps3netsrv/default.nix @@ -26,5 +26,6 @@ stdenv.mkDerivation { license = lib.licenses.mit; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ makefu ]; + mainProgram = "ps3netsrv++"; }; } diff --git a/pkgs/servers/trezord/default.nix b/pkgs/servers/trezord/default.nix index 040ae21c223..29cd2766bd8 100644 --- a/pkgs/servers/trezord/default.nix +++ b/pkgs/servers/trezord/default.nix @@ -27,6 +27,7 @@ buildGoModule rec { homepage = "https://trezor.io"; license = licenses.lgpl3Only; maintainers = with maintainers; [ canndrew jb55 prusnak mmahut _1000101 ]; + mainProgram = "trezord-go"; platforms = platforms.unix; }; } diff --git a/pkgs/servers/udpt/default.nix b/pkgs/servers/udpt/default.nix index 8f59d9e02a8..6d5b0bb9099 100644 --- a/pkgs/servers/udpt/default.nix +++ b/pkgs/servers/udpt/default.nix @@ -23,5 +23,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.gpl3; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ makefu ]; + mainProgram = "udpt-rs"; }; } diff --git a/pkgs/shells/fish/oh-my-fish/default.nix b/pkgs/shells/fish/oh-my-fish/default.nix index e0dca9419eb..3ec4e3b12d7 100644 --- a/pkgs/shells/fish/oh-my-fish/default.nix +++ b/pkgs/shells/fish/oh-my-fish/default.nix @@ -54,6 +54,7 @@ stdenv.mkDerivation rec { ''; license = licenses.mit; maintainers = with maintainers; [ AndersonTorres ]; + mainProgram = "omf-install"; platforms = fish.meta.platforms; }; } diff --git a/pkgs/shells/powershell/default.nix b/pkgs/shells/powershell/default.nix index 6dbb9fa7625..a2fe61c3323 100644 --- a/pkgs/shells/powershell/default.nix +++ b/pkgs/shells/powershell/default.nix @@ -73,6 +73,7 @@ stdenv.mkDerivation rec { description = "Powerful cross-platform (Windows, Linux, and macOS) shell and scripting language based on .NET"; homepage = "https://github.com/PowerShell/PowerShell"; maintainers = with maintainers; [ yrashk srgom p3psi ]; + mainProgram = "pwsh"; platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-linux" "aarch64-darwin" ]; license = with licenses; [ mit ]; }; diff --git a/pkgs/tools/X11/runningx/default.nix b/pkgs/tools/X11/runningx/default.nix index b3b5233564a..bc7e6f39570 100644 --- a/pkgs/tools/X11/runningx/default.nix +++ b/pkgs/tools/X11/runningx/default.nix @@ -30,5 +30,6 @@ stdenv.mkDerivation { license = lib.licenses.free; platforms = lib.platforms.unix; maintainers = [ lib.maintainers.romildo ]; + mainProgram = "RunningX"; }; } diff --git a/pkgs/tools/X11/screen-message/default.nix b/pkgs/tools/X11/screen-message/default.nix index 58bac8702b7..3701684af8d 100644 --- a/pkgs/tools/X11/screen-message/default.nix +++ b/pkgs/tools/X11/screen-message/default.nix @@ -20,6 +20,7 @@ stdenv.mkDerivation rec { description = "Displays a short text fullscreen in an X11 window"; license = lib.licenses.gpl2Plus; maintainers = [ lib.maintainers.fpletz ]; + mainProgram = "sm"; platforms = lib.platforms.unix; }; } diff --git a/pkgs/tools/X11/xmagnify/default.nix b/pkgs/tools/X11/xmagnify/default.nix index a9cb715be39..38450c745ee 100644 --- a/pkgs/tools/X11/xmagnify/default.nix +++ b/pkgs/tools/X11/xmagnify/default.nix @@ -20,6 +20,7 @@ stdenv.mkDerivation rec { homepage = "https://gitlab.com/amiloradovsky/magnify"; license = licenses.mit; # or GPL2+, optionally maintainers = with maintainers; [ amiloradovsky ]; + mainProgram = "magnify"; platforms = platforms.all; }; } diff --git a/pkgs/tools/admin/aliyun-cli/default.nix b/pkgs/tools/admin/aliyun-cli/default.nix index 0f431e5e40c..69900238c5e 100644 --- a/pkgs/tools/admin/aliyun-cli/default.nix +++ b/pkgs/tools/admin/aliyun-cli/default.nix @@ -28,5 +28,6 @@ buildGoModule rec { changelog = "https://github.com/aliyun/aliyun-cli/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ ornxka ]; + mainProgram = "aliyun"; }; } diff --git a/pkgs/tools/admin/amazon-ecr-credential-helper/default.nix b/pkgs/tools/admin/amazon-ecr-credential-helper/default.nix index b70ddb76fc1..ee083003ae7 100644 --- a/pkgs/tools/admin/amazon-ecr-credential-helper/default.nix +++ b/pkgs/tools/admin/amazon-ecr-credential-helper/default.nix @@ -18,6 +18,7 @@ buildGoPackage rec { homepage = "https://github.com/awslabs/amazon-ecr-credential-helper"; license = licenses.asl20; maintainers = with maintainers; [ kalbasit ]; + mainProgram = "docker-credential-ecr-login"; platforms = platforms.linux ++ platforms.darwin; }; } diff --git a/pkgs/tools/admin/exoscale-cli/default.nix b/pkgs/tools/admin/exoscale-cli/default.nix index e5282bf96da..b05f3380426 100644 --- a/pkgs/tools/admin/exoscale-cli/default.nix +++ b/pkgs/tools/admin/exoscale-cli/default.nix @@ -29,5 +29,6 @@ buildGoPackage rec { homepage = "https://github.com/exoscale/cli"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ dramaturg ]; + mainProgram = "exo"; }; } diff --git a/pkgs/tools/admin/trinsic-cli/default.nix b/pkgs/tools/admin/trinsic-cli/default.nix index d280fac0733..d6e6d6f100c 100644 --- a/pkgs/tools/admin/trinsic-cli/default.nix +++ b/pkgs/tools/admin/trinsic-cli/default.nix @@ -22,5 +22,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://trinsic.id/"; license = licenses.asl20; maintainers = with maintainers; [ tmarkovski ]; + mainProgram = "trinsic"; }; } diff --git a/pkgs/tools/backup/zfsbackup/default.nix b/pkgs/tools/backup/zfsbackup/default.nix index 5cdb39c3ecb..ff47ce47ede 100644 --- a/pkgs/tools/backup/zfsbackup/default.nix +++ b/pkgs/tools/backup/zfsbackup/default.nix @@ -21,5 +21,6 @@ buildGoPackage rec { homepage = "https://github.com/someone1/zfsbackup-go"; license = licenses.mit; maintainers = [ maintainers.xfix ]; + mainProgram = "zfsbackup-go"; }; } diff --git a/pkgs/tools/compression/gzrt/default.nix b/pkgs/tools/compression/gzrt/default.nix index 664c1eb7856..59d87cf4f34 100644 --- a/pkgs/tools/compression/gzrt/default.nix +++ b/pkgs/tools/compression/gzrt/default.nix @@ -20,6 +20,7 @@ stdenv.mkDerivation rec { homepage = "https://www.urbanophile.com/arenn/hacking/gzrt/"; description = "The gzip Recovery Toolkit"; maintainers = with maintainers; [ ]; + mainProgram = "gzrecover"; license = licenses.gpl2Plus; platforms = platforms.unix; }; diff --git a/pkgs/tools/compression/lhasa/default.nix b/pkgs/tools/compression/lhasa/default.nix index 4f1ba702831..a58f186129e 100644 --- a/pkgs/tools/compression/lhasa/default.nix +++ b/pkgs/tools/compression/lhasa/default.nix @@ -19,6 +19,7 @@ stdenv.mkDerivation rec { license = licenses.isc; homepage = "http://fragglet.github.io/lhasa"; maintainers = [ maintainers.sander ]; + mainProgram = "lha"; platforms = platforms.unix; }; } diff --git a/pkgs/tools/filesystems/idsk/default.nix b/pkgs/tools/filesystems/idsk/default.nix index 0b7ae339053..39052ecba93 100644 --- a/pkgs/tools/filesystems/idsk/default.nix +++ b/pkgs/tools/filesystems/idsk/default.nix @@ -24,6 +24,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/cpcsdk/idsk" ; license = licenses.mit; maintainers = [ ]; + mainProgram = "iDSK"; platforms = platforms.all; }; } diff --git a/pkgs/tools/graphics/imageworsener/default.nix b/pkgs/tools/graphics/imageworsener/default.nix index 126bcfefc80..ab0a4387162 100644 --- a/pkgs/tools/graphics/imageworsener/default.nix +++ b/pkgs/tools/graphics/imageworsener/default.nix @@ -36,6 +36,7 @@ stdenv.mkDerivation rec { changelog = "https://github.com/jsummers/${pname}/blob/${version}/changelog.txt"; license = licenses.mit; maintainers = with maintainers; [ emily smitop ]; + mainProgram = "imagew"; platforms = platforms.all; }; } diff --git a/pkgs/tools/misc/asdf-vm/default.nix b/pkgs/tools/misc/asdf-vm/default.nix index 6b217d75d69..ee33ba82be6 100644 --- a/pkgs/tools/misc/asdf-vm/default.nix +++ b/pkgs/tools/misc/asdf-vm/default.nix @@ -80,6 +80,7 @@ in stdenv.mkDerivation rec { homepage = "https://asdf-vm.com/"; license = licenses.mit; maintainers = [ maintainers.c4605 ]; + mainProgram = "asdf"; platforms = platforms.unix; }; } diff --git a/pkgs/tools/misc/gotify-cli/default.nix b/pkgs/tools/misc/gotify-cli/default.nix index e52744223de..04f588081f0 100644 --- a/pkgs/tools/misc/gotify-cli/default.nix +++ b/pkgs/tools/misc/gotify-cli/default.nix @@ -26,5 +26,6 @@ buildGoModule rec { homepage = "https://github.com/gotify/cli"; description = "A command line interface for pushing messages to gotify/server"; maintainers = with maintainers; [ ma27 ]; + mainProgram = "gotify"; }; } diff --git a/pkgs/tools/misc/heatseeker/default.nix b/pkgs/tools/misc/heatseeker/default.nix index fd89775afd6..5f8c15253aa 100644 --- a/pkgs/tools/misc/heatseeker/default.nix +++ b/pkgs/tools/misc/heatseeker/default.nix @@ -29,6 +29,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/rschmitt/heatseeker"; license = licenses.mit; maintainers = [ maintainers.michaelpj ]; + mainProgram = "hs"; platforms = platforms.unix; }; } diff --git a/pkgs/tools/misc/hiksink/default.nix b/pkgs/tools/misc/hiksink/default.nix index 0fcdb2fdca0..9cc91035afe 100644 --- a/pkgs/tools/misc/hiksink/default.nix +++ b/pkgs/tools/misc/hiksink/default.nix @@ -35,5 +35,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/CornerBit/HikSink"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; + mainProgram = "hik_sink"; }; } diff --git a/pkgs/tools/misc/intermodal/default.nix b/pkgs/tools/misc/intermodal/default.nix index c1f182d6966..c61398a78dc 100644 --- a/pkgs/tools/misc/intermodal/default.nix +++ b/pkgs/tools/misc/intermodal/default.nix @@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/casey/intermodal"; license = licenses.cc0; maintainers = with maintainers; [ Br1ght0ne ]; + mainProgram = "imdl"; }; } diff --git a/pkgs/tools/misc/lokalise2-cli/default.nix b/pkgs/tools/misc/lokalise2-cli/default.nix index 85437e09efb..cd569b8cc62 100644 --- a/pkgs/tools/misc/lokalise2-cli/default.nix +++ b/pkgs/tools/misc/lokalise2-cli/default.nix @@ -24,6 +24,7 @@ buildGoModule rec { homepage = "https://lokalise.com"; license = licenses.bsd3; maintainers = with maintainers; [ timstott ]; + mainProgram = "lokalise2"; platforms = platforms.unix; }; } diff --git a/pkgs/tools/misc/oppai-ng/default.nix b/pkgs/tools/misc/oppai-ng/default.nix index f36dacdd3a2..cf1ea893fcf 100644 --- a/pkgs/tools/misc/oppai-ng/default.nix +++ b/pkgs/tools/misc/oppai-ng/default.nix @@ -29,6 +29,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/Francesco149/oppai-ng"; license = licenses.unlicense; maintainers = with maintainers; [ tadeokondrak ]; + mainProgram = "oppai"; platforms = platforms.all; }; } diff --git a/pkgs/tools/misc/unclutter-xfixes/default.nix b/pkgs/tools/misc/unclutter-xfixes/default.nix index 9e95cddda32..710932af5e9 100644 --- a/pkgs/tools/misc/unclutter-xfixes/default.nix +++ b/pkgs/tools/misc/unclutter-xfixes/default.nix @@ -25,5 +25,6 @@ stdenv.mkDerivation rec { platforms = platforms.unix; license = lib.licenses.mit; maintainers = [ maintainers.globin ]; + mainProgram = "unclutter"; }; } diff --git a/pkgs/tools/networking/changetower/default.nix b/pkgs/tools/networking/changetower/default.nix index e0e38c8d221..62a277dd0cf 100644 --- a/pkgs/tools/networking/changetower/default.nix +++ b/pkgs/tools/networking/changetower/default.nix @@ -21,5 +21,6 @@ buildGoModule rec { homepage = "https://github.com/Dc4ts/ChangeTower"; license = licenses.mit; maintainers = with maintainers; [ fab ]; + mainProgram = "ChangeTower"; }; } diff --git a/pkgs/tools/networking/dnscrypt-proxy2/default.nix b/pkgs/tools/networking/dnscrypt-proxy2/default.nix index af4f1db4cd1..7d84365eb99 100644 --- a/pkgs/tools/networking/dnscrypt-proxy2/default.nix +++ b/pkgs/tools/networking/dnscrypt-proxy2/default.nix @@ -21,6 +21,7 @@ buildGoModule rec { license = licenses.isc; homepage = "https://dnscrypt.info/"; maintainers = with maintainers; [ atemu waynr ]; + mainProgram = "dnscrypt-proxy"; platforms = with platforms; unix; }; } diff --git a/pkgs/tools/networking/minio-client/default.nix b/pkgs/tools/networking/minio-client/default.nix index c4a0baf3160..b0a689db7bf 100644 --- a/pkgs/tools/networking/minio-client/default.nix +++ b/pkgs/tools/networking/minio-client/default.nix @@ -30,6 +30,7 @@ buildGoModule rec { homepage = "https://github.com/minio/mc"; description = "A replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage"; maintainers = with maintainers; [ bachp eelco ]; + mainProgram = "mc"; platforms = platforms.unix; license = licenses.asl20; }; diff --git a/pkgs/tools/networking/rustcat/default.nix b/pkgs/tools/networking/rustcat/default.nix index a5dfd38a0e3..118725c6793 100644 --- a/pkgs/tools/networking/rustcat/default.nix +++ b/pkgs/tools/networking/rustcat/default.nix @@ -25,5 +25,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/robiot/rustcat"; license = licenses.mit; maintainers = with maintainers; [ fab ]; + mainProgram = "rcat"; }; } diff --git a/pkgs/tools/networking/s3gof3r/default.nix b/pkgs/tools/networking/s3gof3r/default.nix index 19422c3ec8e..2e3b8384087 100644 --- a/pkgs/tools/networking/s3gof3r/default.nix +++ b/pkgs/tools/networking/s3gof3r/default.nix @@ -19,6 +19,7 @@ buildGoPackage rec { description = "Fast, concurrent, streaming access to Amazon S3, including gof3r, a CLI"; homepage = "https://pkg.go.dev/github.com/rlmcpherson/s3gof3r"; maintainers = with maintainers; [ ]; + mainProgram = "gof3r"; license = licenses.mit; }; } diff --git a/pkgs/tools/networking/shadowfox/default.nix b/pkgs/tools/networking/shadowfox/default.nix index 4b270998a6b..56406583637 100644 --- a/pkgs/tools/networking/shadowfox/default.nix +++ b/pkgs/tools/networking/shadowfox/default.nix @@ -27,5 +27,6 @@ buildGoModule rec { homepage = "https://overdodactyl.github.io/ShadowFox/"; license = licenses.mit; maintainers = with maintainers; [ infinisil ]; + mainProgram = "shadowfox-updater"; }; } diff --git a/pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix b/pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix index be3a2f77d5c..1642bb2944d 100644 --- a/pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix +++ b/pkgs/tools/networking/shadowsocks-v2ray-plugin/default.nix @@ -18,6 +18,7 @@ buildGoModule rec { homepage = "https://github.com/shadowsocks/v2ray-plugin/"; license = licenses.mit; maintainers = [ maintainers.ahrzb ]; + mainProgram = "v2ray-plugin"; }; } diff --git a/pkgs/tools/networking/tdns-cli/default.nix b/pkgs/tools/networking/tdns-cli/default.nix index a38456bcc76..10dda6568fc 100644 --- a/pkgs/tools/networking/tdns-cli/default.nix +++ b/pkgs/tools/networking/tdns-cli/default.nix @@ -18,5 +18,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/rotty/tdns-cli"; license = licenses.gpl3; maintainers = with maintainers; [ astro ]; + mainProgram = "tdns"; }; } diff --git a/pkgs/tools/networking/telepresence2/default.nix b/pkgs/tools/networking/telepresence2/default.nix index 06a36473ec1..2c6f799e658 100644 --- a/pkgs/tools/networking/telepresence2/default.nix +++ b/pkgs/tools/networking/telepresence2/default.nix @@ -34,5 +34,6 @@ buildGoModule rec { homepage = "https://www.getambassador.io/docs/telepresence/2.1/quick-start/"; license = licenses.asl20; maintainers = with maintainers; [ mausch ]; + mainProgram = "telepresence"; }; } diff --git a/pkgs/tools/networking/webwormhole/default.nix b/pkgs/tools/networking/webwormhole/default.nix index 8fbaf3159a2..aed0b624d44 100644 --- a/pkgs/tools/networking/webwormhole/default.nix +++ b/pkgs/tools/networking/webwormhole/default.nix @@ -18,5 +18,6 @@ buildGoModule rec { homepage = "https://github.com/saljam/webwormhole"; license = licenses.bsd3; maintainers = with maintainers; [ bbigras ]; + mainProgram = "ww"; }; } diff --git a/pkgs/tools/networking/wg-friendly-peer-names/default.nix b/pkgs/tools/networking/wg-friendly-peer-names/default.nix index a2ec966a604..eaa8efbcebd 100644 --- a/pkgs/tools/networking/wg-friendly-peer-names/default.nix +++ b/pkgs/tools/networking/wg-friendly-peer-names/default.nix @@ -25,5 +25,6 @@ stdenv.mkDerivation { license = licenses.mit; platforms = wireguard-tools.meta.platforms; maintainers = with maintainers; [ mkg20001 ]; + mainProgram = "wgg"; }; } diff --git a/pkgs/tools/security/fulcio/default.nix b/pkgs/tools/security/fulcio/default.nix index a9e48bdca09..4098a101518 100644 --- a/pkgs/tools/security/fulcio/default.nix +++ b/pkgs/tools/security/fulcio/default.nix @@ -68,5 +68,6 @@ buildGoModule rec { description = "A Root-CA for code signing certs - issuing certificates based on an OIDC email address"; license = licenses.asl20; maintainers = with maintainers; [ lesuisse jk ]; + mainProgram = "fulcio-server"; }; } diff --git a/pkgs/tools/security/go365/default.nix b/pkgs/tools/security/go365/default.nix index 02e4c32c6ce..db075745ede 100644 --- a/pkgs/tools/security/go365/default.nix +++ b/pkgs/tools/security/go365/default.nix @@ -26,5 +26,6 @@ buildGoModule rec { homepage = "https://github.com/optiv/Go365"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; + mainProgram = "Go365"; }; } diff --git a/pkgs/tools/security/gosh/default.nix b/pkgs/tools/security/gosh/default.nix index 7d5cd7a1525..a4c74f1a563 100644 --- a/pkgs/tools/security/gosh/default.nix +++ b/pkgs/tools/security/gosh/default.nix @@ -25,5 +25,6 @@ buildGoModule rec { homepage = "https://github.com/redcode-labs/GoSH"; license = licenses.mit; maintainers = with maintainers; [ fab ] ++ teams.redcodelabs.members; + mainProgram = "GoSH"; }; } diff --git a/pkgs/tools/security/jwt-cli/default.nix b/pkgs/tools/security/jwt-cli/default.nix index 77e5ce08913..98b297fe831 100644 --- a/pkgs/tools/security/jwt-cli/default.nix +++ b/pkgs/tools/security/jwt-cli/default.nix @@ -27,5 +27,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/mike-engel/jwt-cli"; license = with licenses; [ mit ]; maintainers = with maintainers; [ rycee ]; + mainProgram = "jwt"; }; } diff --git a/pkgs/tools/security/minio-certgen/default.nix b/pkgs/tools/security/minio-certgen/default.nix index 16dbfdf63ad..6e2403ad7c1 100644 --- a/pkgs/tools/security/minio-certgen/default.nix +++ b/pkgs/tools/security/minio-certgen/default.nix @@ -18,5 +18,6 @@ buildGoModule rec { downloadPage = "https://github.com/minio/certgen"; license = licenses.bsd3; maintainers = with maintainers; [ bryanasdev000 ]; + mainProgram = "certgen"; }; } diff --git a/pkgs/tools/security/phrasendrescher/default.nix b/pkgs/tools/security/phrasendrescher/default.nix index 7e8c87f6e82..d4f7242b289 100644 --- a/pkgs/tools/security/phrasendrescher/default.nix +++ b/pkgs/tools/security/phrasendrescher/default.nix @@ -24,5 +24,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2Plus; platforms = platforms.all; maintainers = with maintainers; [ bjornfor ]; + mainProgram = "pd"; }; } diff --git a/pkgs/tools/security/sheesy-cli/default.nix b/pkgs/tools/security/sheesy-cli/default.nix index 4be2189e293..c47e5a21285 100644 --- a/pkgs/tools/security/sheesy-cli/default.nix +++ b/pkgs/tools/security/sheesy-cli/default.nix @@ -37,5 +37,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/share-secrets-safely/cli/releases/tag/${version}"; license = with licenses; [ lgpl21Only ]; maintainers = with maintainers; [ devhell ]; + mainProgram = "sy"; }; } diff --git a/pkgs/tools/security/snowcrash/default.nix b/pkgs/tools/security/snowcrash/default.nix index bce05ed8f2e..087c6af1e60 100644 --- a/pkgs/tools/security/snowcrash/default.nix +++ b/pkgs/tools/security/snowcrash/default.nix @@ -28,5 +28,6 @@ buildGoModule rec { homepage = "https://github.com/redcode-labs/SNOWCRASH"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ] ++ teams.redcodelabs.members; + mainProgram = "SNOWCRASH"; }; } diff --git a/pkgs/tools/security/solo2-cli/default.nix b/pkgs/tools/security/solo2-cli/default.nix index eaa2bc659a5..89d26540d38 100644 --- a/pkgs/tools/security/solo2-cli/default.nix +++ b/pkgs/tools/security/solo2-cli/default.nix @@ -45,5 +45,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/solokeys/solo2-cli"; license = with licenses; [ asl20 mit ]; # either at your option maintainers = with maintainers; [ lukegb ]; + mainProgram = "solo2"; }; } diff --git a/pkgs/tools/system/natscli/default.nix b/pkgs/tools/system/natscli/default.nix index 411c1054434..c889bffcf89 100644 --- a/pkgs/tools/system/natscli/default.nix +++ b/pkgs/tools/system/natscli/default.nix @@ -21,5 +21,6 @@ buildGoModule rec { homepage = "https://github.com/nats-io/natscli"; license = with licenses; [ asl20 ]; maintainers = with maintainers; [ fab ]; + mainProgram = "nats"; }; } diff --git a/pkgs/tools/system/plan9port/default.nix b/pkgs/tools/system/plan9port/default.nix index d6c8833618c..f165bfca425 100644 --- a/pkgs/tools/system/plan9port/default.nix +++ b/pkgs/tools/system/plan9port/default.nix @@ -101,6 +101,7 @@ stdenv.mkDerivation { ftrvxmtrx kovirobi ]; + mainProgram = "9"; platforms = platforms.unix; # TODO: revisit this when the sdk situation on x86_64-darwin changes broken = stdenv.isDarwin && stdenv.isx86_64; diff --git a/pkgs/tools/system/tre-command/default.nix b/pkgs/tools/system/tre-command/default.nix index 85b4f9fe2ac..8e8d5c12051 100644 --- a/pkgs/tools/system/tre-command/default.nix +++ b/pkgs/tools/system/tre-command/default.nix @@ -24,5 +24,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/dduan/tre"; license = licenses.mit; maintainers = [ maintainers.dduan ]; + mainProgram = "tre"; }; } diff --git a/pkgs/tools/text/angle-grinder/default.nix b/pkgs/tools/text/angle-grinder/default.nix index a2303c10a63..987b61da9f0 100644 --- a/pkgs/tools/text/angle-grinder/default.nix +++ b/pkgs/tools/text/angle-grinder/default.nix @@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/rcoh/angle-grinder"; license = licenses.mit; maintainers = with maintainers; [ bbigras ]; + mainProgram = "agrind"; }; } diff --git a/pkgs/tools/text/html-tidy/default.nix b/pkgs/tools/text/html-tidy/default.nix index d4bb26a0a77..9694295ed1f 100644 --- a/pkgs/tools/text/html-tidy/default.nix +++ b/pkgs/tools/text/html-tidy/default.nix @@ -28,5 +28,6 @@ stdenv.mkDerivation rec { homepage = "http://html-tidy.org"; platforms = platforms.all; maintainers = with maintainers; [ edwtjo ]; + mainProgram = "tidy"; }; } diff --git a/pkgs/tools/text/igrep/default.nix b/pkgs/tools/text/igrep/default.nix index b7fc915c44d..28c896a828e 100644 --- a/pkgs/tools/text/igrep/default.nix +++ b/pkgs/tools/text/igrep/default.nix @@ -32,5 +32,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/konradsz/igrep/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ _0x4A6F ]; + mainProgram = "ig"; }; } diff --git a/pkgs/tools/text/miller/default.nix b/pkgs/tools/text/miller/default.nix index 932b670c749..b524fd0484f 100644 --- a/pkgs/tools/text/miller/default.nix +++ b/pkgs/tools/text/miller/default.nix @@ -26,6 +26,7 @@ buildGoModule rec { homepage = "https://github.com/johnkerl/miller"; license = licenses.bsd2; maintainers = with maintainers; [ mstarzyk ]; + mainProgram = "mlr"; platforms = platforms.all; }; } diff --git a/pkgs/tools/video/atomicparsley/default.nix b/pkgs/tools/video/atomicparsley/default.nix index 758fa56db50..9e989fcc475 100644 --- a/pkgs/tools/video/atomicparsley/default.nix +++ b/pkgs/tools/video/atomicparsley/default.nix @@ -45,5 +45,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2Plus; platforms = platforms.unix; maintainers = with maintainers; [ pjones ]; + mainProgram = "AtomicParsley"; }; } diff --git a/pkgs/tools/virtualization/cloudmonkey/default.nix b/pkgs/tools/virtualization/cloudmonkey/default.nix index ca1c4caf03b..5b857ab1c1a 100644 --- a/pkgs/tools/virtualization/cloudmonkey/default.nix +++ b/pkgs/tools/virtualization/cloudmonkey/default.nix @@ -18,6 +18,7 @@ buildGoModule rec { homepage = "https://github.com/apache/cloudstack-cloudmonkey"; license = [ licenses.asl20 ]; maintainers = [ maintainers.womfoo ]; + mainProgram = "cloudstack-cloudmonkey"; }; } -- cgit 1.4.1 From dd342c563ba2271567959a4b385baa30d1e484be Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 14 Apr 2022 21:07:52 +0200 Subject: python3Packages.policyuniverse: 1.4.0.20220110 -> 1.5.0.20220414 --- pkgs/development/python-modules/policyuniverse/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/python-modules/policyuniverse/default.nix b/pkgs/development/python-modules/policyuniverse/default.nix index 27a53eee428..79459070b31 100644 --- a/pkgs/development/python-modules/policyuniverse/default.nix +++ b/pkgs/development/python-modules/policyuniverse/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "policyuniverse"; - version = "1.4.0.20220110"; + version = "1.5.0.20220414"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-EWuAhVTX6nXvyXtMuQQIVUbbRZNO8xUXXLR1XHpEid4="; + sha256 = "sha256-BtNxU5NdOJfJejN4RpsUJJytWkQxJxbNjnY8hLPb3q0="; }; # Tests are not shipped and there are no GitHub tags -- cgit 1.4.1 From 3b380d28638362cbd677e206227de1a903d396f6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 14 Apr 2022 21:35:40 +0200 Subject: python3Packages.pycep-parser: 0.3.2 -> 0.3.4 --- pkgs/development/python-modules/pycep-parser/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/python-modules/pycep-parser/default.nix b/pkgs/development/python-modules/pycep-parser/default.nix index d76f72630a6..3e8104ea33b 100644 --- a/pkgs/development/python-modules/pycep-parser/default.nix +++ b/pkgs/development/python-modules/pycep-parser/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pycep-parser"; - version = "0.3.2"; + version = "0.3.4"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "gruebel"; repo = "pycep"; rev = version; - hash = "sha256-ud26xJQWdu7wtv75/K16HSSw0MvaSr3H1hDZBPjSzYE="; + hash = "sha256-o2sYPvZVevDqZV8EtKWTL2zHHzX2kmTZ4iVHsUhFv7M="; }; nativeBuildInputs = [ @@ -41,8 +41,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace pyproject.toml \ - --replace 'version = "0.3.2-alpha.4"' 'version = "${version}"' \ - --replace 'regex = "^2022.3.2"' 'regex = "*"' + --replace 'regex = "^2022.3.15"' 'regex = "*"' ''; pythonImportsCheck = [ -- cgit 1.4.1 From 375b0b5d72a81f6cf49b546a14eac94cec1851e3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 14 Apr 2022 22:40:13 +0200 Subject: python3Packages.cyclonedx-python-lib: 2.0.0 -> 2.2.0 --- .../python-modules/cyclonedx-python-lib/default.nix | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/python-modules/cyclonedx-python-lib/default.nix b/pkgs/development/python-modules/cyclonedx-python-lib/default.nix index af638894831..34acc734253 100644 --- a/pkgs/development/python-modules/cyclonedx-python-lib/default.nix +++ b/pkgs/development/python-modules/cyclonedx-python-lib/default.nix @@ -6,27 +6,28 @@ , lxml , packageurl-python , poetry-core -, pytestCheckHook +, python , pythonOlder , requirements-parser , setuptools , toml , types-setuptools , types-toml +, xmldiff }: buildPythonPackage rec { pname = "cyclonedx-python-lib"; - version = "2.0.0"; + version = "2.2.0"; format = "pyproject"; - disabled = pythonOlder "3.6"; + disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "CycloneDX"; repo = pname; rev = "v${version}"; - hash = "sha256-S1bcUCHe4UYJuSHI8LMQZ/reS6YAE0hxrpw+QweFm/8="; + hash = "sha256-QylA3bf0P65prR74H5+Sm51xWjjhOYpe4jHX7m/f6mI="; }; nativeBuildInputs = [ @@ -46,13 +47,21 @@ buildPythonPackage rec { checkInputs = [ jsonschema lxml - pytestCheckHook + xmldiff ]; pythonImportsCheck = [ "cyclonedx" ]; + checkPhase = '' + runHook preCheck + # Tests require network access + rm tests/test_output_json.py + ${python.interpreter} -m unittest discover -s tests -v + runHook postCheck + ''; + meta = with lib; { description = "Python library for generating CycloneDX SBOMs"; homepage = "https://github.com/CycloneDX/cyclonedx-python-lib"; -- cgit 1.4.1 From 88ca1f3e1b32f6a19b274b8c7bbf9da1a2f7c55b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 14 Apr 2022 22:54:23 +0200 Subject: python3Packages.bc-python-hcl2: 0.3.37 -> 0.3.39 --- pkgs/development/python-modules/bc-python-hcl2/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/python-modules/bc-python-hcl2/default.nix b/pkgs/development/python-modules/bc-python-hcl2/default.nix index 7b34a3d382a..8d5c2d7d4c2 100644 --- a/pkgs/development/python-modules/bc-python-hcl2/default.nix +++ b/pkgs/development/python-modules/bc-python-hcl2/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "bc-python-hcl2"; - version = "0.3.37"; + version = "0.3.39"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-+Wr/JF9es2LQhQ5rc0iyGZa0Di5CsFo9k36WI7jrOqs="; + hash = "sha256-JMQ2sLgAnMJ1/0nR8LgKbpPB43gVKtCtrZKr/T4p0O8="; }; # Nose is required during build process, so can not use `checkInputs`. -- cgit 1.4.1 From cf1aeb3ef022cbe88be327556e4d653afeac7874 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 14 Apr 2022 23:00:07 +0200 Subject: checkov: 2.0.1034 -> 2.0.1065 --- pkgs/development/tools/analysis/checkov/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/tools/analysis/checkov/default.nix b/pkgs/development/tools/analysis/checkov/default.nix index 77bf4c5dfb1..d1173e4cbf3 100644 --- a/pkgs/development/tools/analysis/checkov/default.nix +++ b/pkgs/development/tools/analysis/checkov/default.nix @@ -32,13 +32,13 @@ with py.pkgs; buildPythonApplication rec { pname = "checkov"; - version = "2.0.1034"; + version = "2.0.1065"; src = fetchFromGitHub { owner = "bridgecrewio"; repo = pname; rev = version; - hash = "sha256-amSgg/6yYaLKzwkO7dq06zvh4744RyTVhd/tdurHKa4="; + hash = "sha256-q51do9Kbl85p+wOMnFM4QpjezHll8sTmw8vffWcQrRE="; }; nativeBuildInputs = with py.pkgs; [ @@ -95,7 +95,7 @@ buildPythonApplication rec { substituteInPlace setup.py \ --replace "cyclonedx-python-lib>=0.11.0,<1.0.0" "cyclonedx-python-lib>=0.11.0" \ --replace "prettytable>=3.0.0" "prettytable" \ - --replace "pycep-parser==0.3.3" "pycep-parser" + --replace "pycep-parser==0.3.4" "pycep-parser" ''; preCheck = '' -- cgit 1.4.1 From 0c4287be6a91eb7b80a9dc8aca933128da945285 Mon Sep 17 00:00:00 2001 From: 1000101 Date: Fri, 15 Apr 2022 00:17:51 +0200 Subject: postgresqlPackages.timescaledb: 2.6.0 -> 2.6.1 --- pkgs/servers/sql/postgresql/ext/timescaledb.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'pkgs') diff --git a/pkgs/servers/sql/postgresql/ext/timescaledb.nix b/pkgs/servers/sql/postgresql/ext/timescaledb.nix index 1b19593053a..f54d1244b2b 100644 --- a/pkgs/servers/sql/postgresql/ext/timescaledb.nix +++ b/pkgs/servers/sql/postgresql/ext/timescaledb.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { pname = "timescaledb"; - version = "2.6.0"; + version = "2.6.1"; nativeBuildInputs = [ cmake ]; buildInputs = [ postgresql openssl libkrb5 ]; @@ -16,9 +16,8 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "timescale"; repo = "timescaledb"; - # some branches are named like tags which confuses git - rev = "refs/tags/${version}"; - sha256 = "sha256-OiY7u7n78k+LsXo/B463p02tw5Fmq/OiVcLcZVutUdA="; + rev = version; + sha256 = "sha256-P0gdw6Ai5+6A/+bmlTkmKpy18UkbRgJN3wCzLQI5oMA="; }; cmakeFlags = [ "-DSEND_TELEMETRY_DEFAULT=OFF" "-DREGRESS_CHECKS=OFF" "-DTAP_CHECKS=OFF" ] -- cgit 1.4.1 From fc197d986a75e765f79cc76a746ae03e83229435 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Fri, 15 Apr 2022 00:24:50 +0200 Subject: chromiumBeta: 101.0.4951.26 -> 101.0.4951.34 --- pkgs/applications/networking/browsers/chromium/upstream-info.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/networking/browsers/chromium/upstream-info.json b/pkgs/applications/networking/browsers/chromium/upstream-info.json index 6fa09029ffb..4547282d16f 100644 --- a/pkgs/applications/networking/browsers/chromium/upstream-info.json +++ b/pkgs/applications/networking/browsers/chromium/upstream-info.json @@ -19,9 +19,9 @@ } }, "beta": { - "version": "101.0.4951.26", - "sha256": "1wpdi5l0bic0z9ydvx5vj35z6fh21b3n8dsxyvcbm0rq4fca5zcg", - "sha256bin64": "13mx2jxq5pjzp6dxvnzkfs83krhvpbw0pim7z4c7hhyphjc4fhzr", + "version": "101.0.4951.34", + "sha256": "1pqglzc8k31a4x06jn9pd6y8m4nmmb7rv5b3zancmh0d3z0nz3v5", + "sha256bin64": "1zhif47j8nqglaj1z3ism3dl6z8n5ilyyr835an32mf6igkfj217", "deps": { "gn": { "version": "2022-03-14", -- cgit 1.4.1 From f8f803a0911b6426444d8cf0ca6c18a9101a0784 Mon Sep 17 00:00:00 2001 From: Luke Sandell Date: Fri, 18 Mar 2022 09:12:22 -0500 Subject: cubicsdr: 0.2.5 -> 0.2.7 --- pkgs/applications/radio/cubicsdr/default.nix | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/radio/cubicsdr/default.nix b/pkgs/applications/radio/cubicsdr/default.nix index 7e346bcbf84..23b64e124c5 100644 --- a/pkgs/applications/radio/cubicsdr/default.nix +++ b/pkgs/applications/radio/cubicsdr/default.nix @@ -1,34 +1,17 @@ -{ lib, stdenv, fetchFromGitHub, fetchpatch, cmake, fftw, hamlib, libpulseaudio, libGL, libX11, liquid-dsp, +{ lib, stdenv, fetchFromGitHub, cmake, fftw, hamlib, libpulseaudio, libGL, libX11, liquid-dsp, pkg-config, soapysdr-with-plugins, wxGTK31-gtk3, enableDigitalLab ? false }: stdenv.mkDerivation rec { pname = "cubicsdr"; - version = "0.2.5"; + version = "0.2.7"; src = fetchFromGitHub { owner = "cjcliffe"; repo = "CubicSDR"; rev = version; - sha256 = "1ihbn18bzdcdvwpa4hnb55ns38bj4b8xy53hkmra809f9qpbcjhn"; + sha256 = "0cyv1vk97x4i3h3hhh7dx8mv6d1ad0fypdbx5fl26bz661sr8j2n"; }; - # Allow cubicsdr 0.2.5 to build with wxGTK 3.1.3 - # these come from cubicsdr's master branch, subsequent releases may include them - patches = [ - (fetchpatch { - url = "https://github.com/cjcliffe/CubicSDR/commit/65a160fa356ce9665dfe05c6bfc6754535e16743.patch"; - sha256 = "0vbr5x9fnm09bws5crqcm6kkhr1bg5r0bc1pxnwwjyc6jpvqi6ad"; - }) - (fetchpatch { - url = "https://github.com/cjcliffe/CubicSDR/commit/f449a65457e35bf8260d0b16b8a47b6bc0ea2c7e.patch"; - sha256 = "1zjvjmhm8ybi6i9pq7by3fj3mvx37dy7gj4gk23d79yrnl9mk25p"; - }) - (fetchpatch { - url = "https://github.com/cjcliffe/CubicSDR/commit/0540d08c2dea79b668b32b1a6d58f235d65ce9d2.patch"; - sha256 = "07l7b82f779sbcj0jza0mg463ac1153bs9hn6ai388j7dm3lvasn"; - }) - ]; - nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ fftw hamlib libpulseaudio libGL libX11 liquid-dsp soapysdr-with-plugins wxGTK31-gtk3 ]; @@ -44,4 +27,3 @@ stdenv.mkDerivation rec { platforms = platforms.linux; }; } - -- cgit 1.4.1 From a63819201971efa3b864c18035fd7f0373e545ad Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Fri, 15 Apr 2022 04:03:43 +0200 Subject: yq-go: 4.24.4 -> 4.24.5 --- pkgs/development/tools/yq-go/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/tools/yq-go/default.nix b/pkgs/development/tools/yq-go/default.nix index ae9c956ea12..9dd9f832ccd 100644 --- a/pkgs/development/tools/yq-go/default.nix +++ b/pkgs/development/tools/yq-go/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "yq-go"; - version = "4.24.4"; + version = "4.24.5"; src = fetchFromGitHub { owner = "mikefarah"; repo = "yq"; rev = "v${version}"; - sha256 = "sha256-Gkogy8bgm/3Y/8DmK/mS1+L0Ww1c+hlVPKhI88lbISg="; + sha256 = "sha256-3rO0BFx/hduERTQ3j90EWUtYTROD63RHwW/U4U+oAfw="; }; vendorSha256 = "sha256-R40zU0jOc/eIFVDsWG3+4o51iro7Sd7jwtyH/fpWVZs="; -- cgit 1.4.1 From cb4a8b71c0e39d013f9614d90b6f770a36aeeb54 Mon Sep 17 00:00:00 2001 From: Fabián Heredia Montiel Date: Fri, 15 Apr 2022 00:24:54 -0500 Subject: pijul: 1.0.0-beta → 1.0.0-beta.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/applications/version-management/pijul/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/version-management/pijul/default.nix b/pkgs/applications/version-management/pijul/default.nix index 858f15a50bb..f4fa942a484 100644 --- a/pkgs/applications/version-management/pijul/default.nix +++ b/pkgs/applications/version-management/pijul/default.nix @@ -13,14 +13,14 @@ rustPlatform.buildRustPackage rec { pname = "pijul"; - version = "1.0.0-beta"; + version = "1.0.0-beta.1"; src = fetchCrate { inherit version pname; - sha256 = "sha256-s7fHg6Le4y0yAyxOQf6iUUHA4dYsamlTUb0KISOHI7Q="; + sha256 = "sha256-XdbZFWtHKXjcGV1vYn7MYdevW+Vc/IKON1DOU49Kzlo="; }; - cargoSha256 = "sha256-09PWy1yfr1FY2AsKaoZZswi4P5JdNcumIOmTm+M21UE="; + cargoSha256 = "sha256-9kPeJ0tOhA4oqFOdwGDkXMnNViklMlNO7VbbWXYrk3I="; doCheck = false; nativeBuildInputs = [ pkg-config ]; -- cgit 1.4.1 From 5eae2541619909c0910086966eeb4bad9fe198d4 Mon Sep 17 00:00:00 2001 From: Stephane Raux Date: Sun, 6 Mar 2022 22:22:38 -0600 Subject: iosevka-bin: Fix meta attributes Joining the entire `iosevka.meta` set seemed to cause some attributes to not be set as expected. For example `iosevka-bin.meta.name` was `iosevka-14.0.1` instead of `iosevka-bin-10.1.0`, and `iosevka-bin.meta.position` also pointed to `iosevka/default.nix` instead of `iosevka/bin.nix`. --- pkgs/data/fonts/iosevka/bin.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/data/fonts/iosevka/bin.nix b/pkgs/data/fonts/iosevka/bin.nix index 3ebaf49abeb..0d8f0a2eb6e 100644 --- a/pkgs/data/fonts/iosevka/bin.nix +++ b/pkgs/data/fonts/iosevka/bin.nix @@ -30,7 +30,8 @@ in stdenv.mkDerivation rec { unzip -d $out/share/fonts/truetype $src ''; - meta = iosevka.meta // { + meta = { + inherit (iosevka.meta) homepage downloadPage description license platforms; maintainers = with lib.maintainers; [ cstrahan ]; -- cgit 1.4.1 From 8885584bdfb80df04429d75441123c1aa745f65c Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 8 Apr 2022 11:15:41 +0000 Subject: neomutt: 20211029 -> 20220408 --- .../networking/mailreaders/neomutt/default.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/networking/mailreaders/neomutt/default.nix b/pkgs/applications/networking/mailreaders/neomutt/default.nix index 6d5ab96b4ed..ac7e1969c50 100644 --- a/pkgs/applications/networking/mailreaders/neomutt/default.nix +++ b/pkgs/applications/networking/mailreaders/neomutt/default.nix @@ -1,18 +1,17 @@ { lib, stdenv, fetchFromGitHub, gettext, makeWrapper, tcl, which , ncurses, perl , cyrus_sasl, gss, gpgme, libkrb5, libidn, libxml2, notmuch, openssl , lmdb, libxslt, docbook_xsl, docbook_xml_dtd_42, w3m, mailcap, sqlite, zlib -, fetchpatch }: stdenv.mkDerivation rec { - version = "20211029"; + version = "20220408"; pname = "neomutt"; src = fetchFromGitHub { owner = "neomutt"; repo = "neomutt"; rev = version; - sha256 = "sha256-haPDZorAfKuIEMiBCXJRMALAYnurQyjmCSOnj9IsoKk="; + sha256 = "1aziffkjxbflw1narih0dr8ghl142knsb5z14fjb7n5ya9xpgp05"; }; buildInputs = [ @@ -25,15 +24,6 @@ stdenv.mkDerivation rec { docbook_xsl docbook_xml_dtd_42 gettext libxml2 libxslt.bin makeWrapper tcl which zlib w3m ]; - patches = [ - # Remove on next update, see - # https://github.com/NixOS/nixpkgs/pull/143641#issuecomment-954991746 for context. - (fetchpatch { - url = "https://github.com/neomutt/neomutt/commit/4242a31313e0b600693215c01047bbda8a6dd25a.patch"; - sha256 = "sha256-fcuNeBkPjqln5QA9VFcfXCQD/VrUoSEMSxQ//Xj+yxY="; - }) - ]; - enableParallelBuilding = true; postPatch = '' -- cgit 1.4.1 From 95d49fac4ff2eb836d80cdcb967e480334152be4 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Fri, 15 Apr 2022 12:10:03 +0200 Subject: mpich: 4.0.1 -> 4.0.2 --- pkgs/development/libraries/mpich/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/libraries/mpich/default.nix b/pkgs/development/libraries/mpich/default.nix index bff44d8aaf5..ae73a7991eb 100644 --- a/pkgs/development/libraries/mpich/default.nix +++ b/pkgs/development/libraries/mpich/default.nix @@ -11,11 +11,11 @@ assert (ch4backend.pname == "ucx" || ch4backend.pname == "libfabric"); stdenv.mkDerivation rec { pname = "mpich"; - version = "4.0.1"; + version = "4.0.2"; src = fetchurl { url = "https://www.mpich.org/static/downloads/${version}/mpich-${version}.tar.gz"; - sha256 = "11rnljqwz6mr88ybj726mk710h7gvz20hy7labmz4jkkaa0gx8b6"; + sha256 = "0hnxvqhhscp3h70zf538dhqz9jwmqpwwnj3fqabdk8nli6lg2hjs"; }; configureFlags = [ -- cgit 1.4.1