Merge pull request #177280 from risicle/ris-native-source-provenance-servers-tools

treewide/servers,tools: add `sourceType` `binaryNativeCode` for many packages
This commit is contained in:
Robert Scott 2022-06-16 20:45:18 +01:00 committed by GitHub
commit 2a5f594ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
40 changed files with 52 additions and 0 deletions

View File

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
description = "Network-wide ads & trackers blocking DNS server"; description = "Network-wide ads & trackers blocking DNS server";
platforms = builtins.attrNames sources; platforms = builtins.attrNames sources;
maintainers = with maintainers; [ numkem iagoq ]; maintainers = with maintainers; [ numkem iagoq ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.gpl3Only; license = licenses.gpl3Only;
}; };
} }

View File

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
description = "A modern user interface for hashicorp Consul & Nomad"; description = "A modern user interface for hashicorp Consul & Nomad";
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ numkem ]; maintainers = with maintainers; [ numkem ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit; license = licenses.mit;
}; };
} }

View File

@ -109,6 +109,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://www.signalyst.com/custom.html"; homepage = "https://www.signalyst.com/custom.html";
description = "High-end upsampling multichannel software embedded HD-audio player"; description = "High-end upsampling multichannel software embedded HD-audio player";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ lovesegfault ]; maintainers = with maintainers; [ lovesegfault ];

View File

@ -90,6 +90,10 @@ in
meta = with lib; { meta = with lib; {
description = "Open-source, self-hosted Slack-alternative"; description = "Open-source, self-hosted Slack-alternative";
homepage = "https://www.mattermost.org"; homepage = "https://www.mattermost.org";
sourceProvenance = with sourceTypes; [
fromSource
binaryNativeCode # mattermost-webapp
];
license = with licenses; [ agpl3 asl20 ]; license = with licenses; [ agpl3 asl20 ];
maintainers = with maintainers; [ fpletz ryantm numinit ]; maintainers = with maintainers; [ fpletz ryantm numinit ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -94,6 +94,7 @@ stdenv.mkDerivation {
meta = with lib; { meta = with lib; {
description = "Complete open source platform for building web and mobile apps in pure JavaScript"; description = "Complete open source platform for building web and mobile apps in pure JavaScript";
homepage = "https://www.meteor.com/"; homepage = "https://www.meteor.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit; license = licenses.mit;
platforms = builtins.attrNames srcs; platforms = builtins.attrNames srcs;
maintainers = with maintainers; [ cstrahan ]; maintainers = with maintainers; [ cstrahan ];

View File

@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Navidrome Music Server and Streamer compatible with Subsonic/Airsonic"; description = "Navidrome Music Server and Streamer compatible with Subsonic/Airsonic";
homepage = "https://www.navidrome.org/"; homepage = "https://www.navidrome.org/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = licenses.gpl3Only; license = licenses.gpl3Only;
platforms = [ "x86_64-linux" "aarch64-linux" ]; platforms = [ "x86_64-linux" "aarch64-linux" ];
maintainers = with maintainers; [ aciceri ]; maintainers = with maintainers; [ aciceri ];

View File

@ -64,6 +64,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://www.signalyst.com/index.html"; homepage = "https://www.signalyst.com/index.html";
description = "Network Audio Adapter daemon"; description = "Network Audio Adapter daemon";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ lovesegfault ]; maintainers = with maintainers; [ lovesegfault ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -79,6 +79,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://plex.tv/"; homepage = "https://plex.tv/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
platforms = [ "x86_64-linux" "aarch64-linux" ]; platforms = [ "x86_64-linux" "aarch64-linux" ];
maintainers = with maintainers; [ maintainers = with maintainers; [

View File

@ -76,6 +76,7 @@ stdenv.mkDerivation rec {
description = "The music player for music lovers"; description = "The music player for music lovers";
changelog = "https://community.roonlabs.com/c/roon/software-release-notes/18"; changelog = "https://community.roonlabs.com/c/roon/software-release-notes/18";
homepage = "https://roonlabs.com"; homepage = "https://roonlabs.com";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ lovesegfault ]; maintainers = with maintainers; [ lovesegfault ];
platforms = [ "aarch64-linux" "x86_64-linux" ]; platforms = [ "aarch64-linux" "x86_64-linux" ];

View File

@ -91,6 +91,7 @@ stdenv.mkDerivation rec {
description = "The music player for music lovers"; description = "The music player for music lovers";
changelog = "https://community.roonlabs.com/c/roon/software-release-notes/18"; changelog = "https://community.roonlabs.com/c/roon/software-release-notes/18";
homepage = "https://roonlabs.com"; homepage = "https://roonlabs.com";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ lovesegfault steell ]; maintainers = with maintainers; [ lovesegfault steell ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];

View File

@ -53,6 +53,10 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://www.ui.com"; homepage = "https://www.ui.com";
downloadPage = "https://www.ui.com/download/unifi-video/"; downloadPage = "https://www.ui.com/download/unifi-video/";
sourceProvenance = with sourceTypes; [
binaryBytecode
binaryNativeCode
];
license = licenses.unfree; license = licenses.unfree;
maintainers = [ maintainers.rsynnest ]; maintainers = [ maintainers.rsynnest ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];

View File

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://www.unifiedremote.com/"; homepage = "https://www.unifiedremote.com/";
description = "The one-and-only remote for your computer"; description = "The one-and-only remote for your computer";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ sfrijters ]; maintainers = with maintainers; [ sfrijters ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];

View File

@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
description = "Administration CLI for IBM BlueMix"; description = "Administration CLI for IBM BlueMix";
homepage = "https://console.bluemix.net/docs/cli/index.html"; homepage = "https://console.bluemix.net/docs/cli/index.html";
downloadPage = "https://console.bluemix.net/docs/cli/reference/bluemix_cli/download_cli.html#download_install"; downloadPage = "https://console.bluemix.net/docs/cli/reference/bluemix_cli/download_cli.html#download_install";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = [ maintainers.tazjin maintainers.jensbin ]; maintainers = [ maintainers.tazjin maintainers.jensbin ];
platforms = [ "x86_64-linux" "i686-linux" ]; platforms = [ "x86_64-linux" "i686-linux" ];

View File

@ -108,6 +108,10 @@ in stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Tools for the google cloud platform"; description = "Tools for the google cloud platform";
longDescription = "The Google Cloud SDK. This package has the programs: gcloud, gsutil, and bq"; longDescription = "The Google Cloud SDK. This package has the programs: gcloud, gsutil, and bq";
sourceProvenance = with sourceTypes; [
fromSource
binaryNativeCode # anthoscli and possibly more
];
# This package contains vendored dependencies. All have free licenses. # This package contains vendored dependencies. All have free licenses.
license = licenses.free; license = licenses.free;
homepage = "https://cloud.google.com/sdk/"; homepage = "https://cloud.google.com/sdk/";

View File

@ -81,6 +81,7 @@ in
meta = with lib; { meta = with lib; {
description = "NoMachine remote desktop client (nxplayer)"; description = "NoMachine remote desktop client (nxplayer)";
homepage = "https://www.nomachine.com/"; homepage = "https://www.nomachine.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = { license = {
fullName = "NoMachine 7 End-User License Agreement"; fullName = "NoMachine 7 End-User License Agreement";
url = "https://www.nomachine.com/licensing-7"; url = "https://www.nomachine.com/licensing-7";

View File

@ -26,6 +26,7 @@ in stdenv.mkDerivation {
meta = { meta = {
homepage = "https://pulumi.io/"; homepage = "https://pulumi.io/";
description = "Pulumi is a cloud development platform that makes creating cloud programs easy and productive"; description = "Pulumi is a cloud development platform that makes creating cloud programs easy and productive";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = with licenses; [ asl20 ]; license = with licenses; [ asl20 ];
platforms = builtins.attrNames data.pulumiPkgs; platforms = builtins.attrNames data.pulumiPkgs;
maintainers = with maintainers; [ maintainers = with maintainers; [

View File

@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "VNC remote desktop client software by RealVNC"; description = "VNC remote desktop client software by RealVNC";
homepage = "https://www.realvnc.com/en/connect/download/viewer/"; homepage = "https://www.realvnc.com/en/connect/download/viewer/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = { license = {
fullName = "VNC Connect End User License Agreement"; fullName = "VNC Connect End User License Agreement";
url = "https://static.realvnc.com/media/documents/LICENSE-4.0a_en.pdf"; url = "https://static.realvnc.com/media/documents/LICENSE-4.0a_en.pdf";

View File

@ -70,6 +70,7 @@ symlinkJoin {
homepage = "https://mikrotik.com"; homepage = "https://mikrotik.com";
downloadPage = "https://mikrotik.com/download"; downloadPage = "https://mikrotik.com/download";
changelog = "https://wiki.mikrotik.com/wiki/Winbox_changelog"; changelog = "https://wiki.mikrotik.com/wiki/Winbox_changelog";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ yrd ]; maintainers = with maintainers; [ yrd ];
}; };

View File

@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Utility for RAR archives"; description = "Utility for RAR archives";
homepage = "https://www.rarlab.com/"; homepage = "https://www.rarlab.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ thiagokokada ]; maintainers = with maintainers; [ thiagokokada ];
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;

View File

@ -72,6 +72,7 @@ let
downloadPage = "https://www.ibm.com/support/pages/ibm-spectrum-protect-downloads-latest-fix-packs-and-interim-fixes"; downloadPage = "https://www.ibm.com/support/pages/ibm-spectrum-protect-downloads-latest-fix-packs-and-interim-fixes";
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
mainProgram = "dsmc"; mainProgram = "dsmc";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree; license = lib.licenses.unfree;
maintainers = [ lib.maintainers.yarny ]; maintainers = [ lib.maintainers.yarny ];
description = "IBM Spectrum Protect (Tivoli Storage Manager) CLI and API"; description = "IBM Spectrum Protect (Tivoli Storage Manager) CLI and API";

View File

@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Control your computer from your couch"; description = "Control your computer from your couch";
homepage = "https://www.videomap.it/"; homepage = "https://www.videomap.it/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ atila ]; maintainers = with maintainers; [ atila ];
platforms = lib.attrNames srcs; platforms = lib.attrNames srcs;

View File

@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
models and sketches. models and sketches.
''; '';
homepage = "https://www.archimatetool.com/"; homepage = "https://www.archimatetool.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ earldouglas ]; maintainers = with maintainers; [ earldouglas ];

View File

@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
GAMS is designed for modeling and solving linear, nonlinear, and mixed-integer optimization problems. GAMS is designed for modeling and solving linear, nonlinear, and mixed-integer optimization problems.
''; '';
homepage = "https://www.gams.com/"; homepage = "https://www.gams.com/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = [ maintainers.Scriptkiddi ]; maintainers = [ maintainers.Scriptkiddi ];
platforms = platforms.linux; platforms = platforms.linux;

View File

@ -72,6 +72,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Manga & Anime Downloader"; description = "Manga & Anime Downloader";
homepage = "https://sourceforge.net/projects/hakuneko/"; homepage = "https://sourceforge.net/projects/hakuneko/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unlicense; license = licenses.unlicense;
maintainers = with maintainers; [ maintainers = with maintainers; [
nloomans nloomans

View File

@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Convert STL files into Gcode"; description = "Convert STL files into Gcode";
homepage = "http://www.kisslicer.com"; homepage = "http://www.kisslicer.com";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = [ maintainers.cransom ]; maintainers = [ maintainers.cransom ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];

View File

@ -129,6 +129,7 @@ in stdenv.mkDerivation {
description = "The GUI for MongoDB"; description = "The GUI for MongoDB";
maintainers = with maintainers; [ bryanasdev000 ]; maintainers = with maintainers; [ bryanasdev000 ];
homepage = "https://www.mongodb.com/products/compass"; homepage = "https://www.mongodb.com/products/compass";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.sspl; license = licenses.sspl;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
}; };

View File

@ -39,6 +39,7 @@ buildGo118Module rec {
homepage = "https://mutagen.io/"; homepage = "https://mutagen.io/";
changelog = "https://github.com/mutagen-io/mutagen/releases/tag/v${version}"; changelog = "https://github.com/mutagen-io/mutagen/releases/tag/v${version}";
maintainers = [ maintainers.marsam ]; maintainers = [ maintainers.marsam ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mit; license = licenses.mit;
}; };
} }

View File

@ -39,6 +39,7 @@ stdenv.mkDerivation rec {
''; '';
# Alternatively: https://www.microchip.com/en-us/development-tool/SAM-BA-In-system-Programmer # Alternatively: https://www.microchip.com/en-us/development-tool/SAM-BA-In-system-Programmer
homepage = "http://www.at91.com/linux4sam/bin/view/Linux4SAM/SoftwareTools"; homepage = "http://www.at91.com/linux4sam/bin/view/Linux4SAM/SoftwareTools";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = lib.licenses.gpl2Only; license = lib.licenses.gpl2Only;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.bjornfor ]; maintainers = [ maintainers.bjornfor ];

View File

@ -70,6 +70,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A sophisticated software modeler"; description = "A sophisticated software modeler";
homepage = "https://staruml.io/"; homepage = "https://staruml.io/";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];

View File

@ -33,6 +33,7 @@ stdenv.mkDerivation {
when the sun rises. when the sun rises.
''; '';
homepage = "https://justgetflux.com/"; homepage = "https://justgetflux.com/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree; license = lib.licenses.unfree;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.paholg ]; maintainers = [ lib.maintainers.paholg ];

View File

@ -61,6 +61,7 @@ stdenv.mkDerivation rec {
and resilient. It can run in clouds, on-prem, secure enclaves and more, and resilient. It can run in clouds, on-prem, secure enclaves and more,
and does not require an agent to be installed on every end host. and does not require an agent to be installed on every end host.
''; '';
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.mpl20; license = licenses.mpl20;
maintainers = with maintainers; [ jk techknowlogick ]; maintainers = with maintainers; [ jk techknowlogick ];
}; };

View File

@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Replaces the connection between your device and the Internet with a modern, optimized, protocol"; description = "Replaces the connection between your device and the Internet with a modern, optimized, protocol";
homepage = "https://pkg.cloudflareclient.com/packages/cloudflare-warp"; homepage = "https://pkg.cloudflareclient.com/packages/cloudflare-warp";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ wolfangaukang ]; maintainers = with maintainers; [ wolfangaukang ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];

View File

@ -43,6 +43,10 @@ rustPlatform.buildRustPackage {
This relies on adb, make sure you have the required permissions/udev rules. This relies on adb, make sure you have the required permissions/udev rules.
''; '';
homepage = "https://github.com/Genymobile/gnirehtet"; homepage = "https://github.com/Genymobile/gnirehtet";
sourceProvenance = with sourceTypes; [
fromSource
binaryBytecode # gnirehtet.apk
];
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ symphorien ]; maintainers = with maintainers; [ symphorien ];
platforms = platforms.unix; platforms = platforms.unix;

View File

@ -40,6 +40,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Allows you to expose a web server running on your local machine to the internet"; description = "Allows you to expose a web server running on your local machine to the internet";
homepage = "https://ngrok.com/"; homepage = "https://ngrok.com/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
maintainers = with maintainers; [ bobvanderlinden brodes ]; maintainers = with maintainers; [ bobvanderlinden brodes ];

View File

@ -41,6 +41,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Command line internet speedtest tool by Ookla"; description = "Command line internet speedtest tool by Ookla";
homepage = "https://www.speedtest.net/apps/cli"; homepage = "https://www.speedtest.net/apps/cli";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ kranzes ]; maintainers = with maintainers; [ kranzes ];
platforms = lib.attrNames srcs; platforms = lib.attrNames srcs;

View File

@ -11,6 +11,7 @@ let
description = "Passwordless MFA identities for workforces, customers, and developers"; description = "Passwordless MFA identities for workforces, customers, and developers";
homepage = "https://www.beyondidentity.com"; homepage = "https://www.beyondidentity.com";
downloadPage = "https://app.byndid.com/downloads"; downloadPage = "https://app.byndid.com/downloads";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ klden ]; maintainers = with maintainers; [ klden ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];

View File

@ -65,6 +65,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "A secure and free password manager for all of your devices"; description = "A secure and free password manager for all of your devices";
homepage = "https://bitwarden.com"; homepage = "https://bitwarden.com";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ kiwi ]; maintainers = with maintainers; [ kiwi ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];

View File

@ -111,6 +111,7 @@ stdenv.mkDerivation rec {
description = "The Keybase official GUI"; description = "The Keybase official GUI";
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ avaq rvolosatovs puffnfresh np Br1ght0ne shofius ]; maintainers = with maintainers; [ avaq rvolosatovs puffnfresh np Br1ght0ne shofius ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.bsd3; license = licenses.bsd3;
}; };
} }

View File

@ -90,6 +90,7 @@ stdenv.mkDerivation rec {
homepage = "https://safenet.gemalto.com/multi-factor-authentication/security-applications/authentication-client-token-management"; homepage = "https://safenet.gemalto.com/multi-factor-authentication/security-applications/authentication-client-token-management";
description = "Safenet Authentication Client"; description = "Safenet Authentication Client";
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree; license = licenses.unfree;
maintainers = with maintainers; [ wldhx ]; maintainers = with maintainers; [ wldhx ];
}; };

View File

@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
homepage = "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html"; homepage = "https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html";
description = "The Amazon ECS command line interface"; description = "The Amazon ECS command line interface";
longDescription = "The Amazon Elastic Container Service (Amazon ECS) command line interface (CLI) provides high-level commands to simplify creating, updating, and monitoring clusters and tasks from a local development environment."; longDescription = "The Amazon Elastic Container Service (Amazon ECS) command line interface (CLI) provides high-level commands to simplify creating, updating, and monitoring clusters and tasks from a local development environment.";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ Scriptkiddi ]; maintainers = with maintainers; [ Scriptkiddi ];
platforms = [ "x86_64-linux" "x86_64-darwin" ]; platforms = [ "x86_64-linux" "x86_64-darwin" ];