treewide: add meta.mainProgram (#255932)
This commit is contained in:
parent
e4f0f0977e
commit
3fd75f93ab
6 changed files with 6 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
|||
description = "CPU usage limiter";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl2;
|
||||
mainProgram = "cpulimit";
|
||||
maintainers = [ maintainers.jsoo1 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
|
|||
wlr-output-management protocol.
|
||||
'';
|
||||
license = licenses.mit;
|
||||
mainProgram = "kanshi";
|
||||
maintainers = with maintainers; [ balsoft danielbarter ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue