Loading lib/licenses.nix +6 −0 Original line number Diff line number Diff line Loading @@ -404,6 +404,12 @@ lib.mapAttrs mkLicense ({ fullName = "CeCILL-C Free Software License Agreement"; }; cockroachdb-community-license = { fullName = "CockroachDB Community License Agreement"; url = "https://www.cockroachlabs.com/cockroachdb-community-license/"; free = false; }; cpal10 = { spdxId = "CPAL-1.0"; fullName = "Common Public Attribution License 1.0"; Loading pkgs/servers/sql/cockroachdb/cockroachdb-bin.nix +5 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,11 @@ buildFHSEnv { meta = with lib; { homepage = "https://www.cockroachlabs.com"; description = "Scalable, survivable, strongly-consistent SQL database"; license = licenses.bsl11; license = with licenses; [ bsl11 mit cockroachdb-community-license ]; platforms = [ "aarch64-linux" "x86_64-linux" ]; maintainers = with maintainers; [ rushmorem thoughtpolice ]; }; Loading Loading
lib/licenses.nix +6 −0 Original line number Diff line number Diff line Loading @@ -404,6 +404,12 @@ lib.mapAttrs mkLicense ({ fullName = "CeCILL-C Free Software License Agreement"; }; cockroachdb-community-license = { fullName = "CockroachDB Community License Agreement"; url = "https://www.cockroachlabs.com/cockroachdb-community-license/"; free = false; }; cpal10 = { spdxId = "CPAL-1.0"; fullName = "Common Public Attribution License 1.0"; Loading
pkgs/servers/sql/cockroachdb/cockroachdb-bin.nix +5 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,11 @@ buildFHSEnv { meta = with lib; { homepage = "https://www.cockroachlabs.com"; description = "Scalable, survivable, strongly-consistent SQL database"; license = licenses.bsl11; license = with licenses; [ bsl11 mit cockroachdb-community-license ]; platforms = [ "aarch64-linux" "x86_64-linux" ]; maintainers = with maintainers; [ rushmorem thoughtpolice ]; }; Loading