treewide: add meta.mainProgram (#255932)

This commit is contained in:
Austin Horstman 2023-09-18 12:57:04 -05:00 committed by GitHub
parent e4f0f0977e
commit 3fd75f93ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 0 deletions

View file

@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/duncanthrax/scream";
license = licenses.mspl;
platforms = platforms.linux;
mainProgram = "scream";
maintainers = with maintainers; [ arcnmx ];
};
}

View file

@ -221,6 +221,7 @@ let
homepage = "https://www.openssl.org/";
description = "A cryptographic library that implements the SSL and TLS protocols";
license = licenses.openssl;
mainProgram = "openssl";
pkgConfigModules = [
"libcrypto"
"libssl"

View file

@ -26,6 +26,7 @@
"@webassemblyjs/wasm-text-gen-1.11.1" = "wasmgen";
"@webassemblyjs/wast-refmt-1.11.1" = "wast-refmt";
aws-cdk = "cdk";
bash-language-server = "bash-language-server";
cdk8s-cli = "cdk8s";
cdktf-cli = "cdktf";
clipboard-cli = "clipboard";

View file

@ -36,6 +36,7 @@ stdenvNoCC.mkDerivation rec {
homepage = "https://github.com/bb010g/betterdiscordctl";
description = "A utility for managing BetterDiscord on Linux";
license = licenses.mit;
mainProgram = "betterdiscordctl";
maintainers = with maintainers; [ ivar bb010g ];
platforms = platforms.linux;
};

View file

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
description = "CPU usage limiter";
platforms = platforms.unix;
license = licenses.gpl2;
mainProgram = "cpulimit";
maintainers = [ maintainers.jsoo1 ];
};
}

View file

@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
wlr-output-management protocol.
'';
license = licenses.mit;
mainProgram = "kanshi";
maintainers = with maintainers; [ balsoft danielbarter ];
platforms = platforms.linux;
};