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";
|
homepage = "https://github.com/duncanthrax/scream";
|
||||||
license = licenses.mspl;
|
license = licenses.mspl;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
mainProgram = "scream";
|
||||||
maintainers = with maintainers; [ arcnmx ];
|
maintainers = with maintainers; [ arcnmx ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -221,6 +221,7 @@ let
|
||||||
homepage = "https://www.openssl.org/";
|
homepage = "https://www.openssl.org/";
|
||||||
description = "A cryptographic library that implements the SSL and TLS protocols";
|
description = "A cryptographic library that implements the SSL and TLS protocols";
|
||||||
license = licenses.openssl;
|
license = licenses.openssl;
|
||||||
|
mainProgram = "openssl";
|
||||||
pkgConfigModules = [
|
pkgConfigModules = [
|
||||||
"libcrypto"
|
"libcrypto"
|
||||||
"libssl"
|
"libssl"
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
"@webassemblyjs/wasm-text-gen-1.11.1" = "wasmgen";
|
"@webassemblyjs/wasm-text-gen-1.11.1" = "wasmgen";
|
||||||
"@webassemblyjs/wast-refmt-1.11.1" = "wast-refmt";
|
"@webassemblyjs/wast-refmt-1.11.1" = "wast-refmt";
|
||||||
aws-cdk = "cdk";
|
aws-cdk = "cdk";
|
||||||
|
bash-language-server = "bash-language-server";
|
||||||
cdk8s-cli = "cdk8s";
|
cdk8s-cli = "cdk8s";
|
||||||
cdktf-cli = "cdktf";
|
cdktf-cli = "cdktf";
|
||||||
clipboard-cli = "clipboard";
|
clipboard-cli = "clipboard";
|
||||||
|
|
|
@ -36,6 +36,7 @@ stdenvNoCC.mkDerivation rec {
|
||||||
homepage = "https://github.com/bb010g/betterdiscordctl";
|
homepage = "https://github.com/bb010g/betterdiscordctl";
|
||||||
description = "A utility for managing BetterDiscord on Linux";
|
description = "A utility for managing BetterDiscord on Linux";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
mainProgram = "betterdiscordctl";
|
||||||
maintainers = with maintainers; [ ivar bb010g ];
|
maintainers = with maintainers; [ ivar bb010g ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "CPU usage limiter";
|
description = "CPU usage limiter";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
mainProgram = "cpulimit";
|
||||||
maintainers = [ maintainers.jsoo1 ];
|
maintainers = [ maintainers.jsoo1 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
|
||||||
wlr-output-management protocol.
|
wlr-output-management protocol.
|
||||||
'';
|
'';
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
mainProgram = "kanshi";
|
||||||
maintainers = with maintainers; [ balsoft danielbarter ];
|
maintainers = with maintainers; [ balsoft danielbarter ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue