cockroachdb: rename from cockroachdb-bin, set meta.sourceProvenance (#337456)

This commit is contained in:
Sandro 2024-08-28 15:03:32 +02:00 committed by GitHub
commit 9709b53b11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -44,6 +44,7 @@ buildFHSEnv {
mit
cockroachdb-community-license
];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = [ "aarch64-linux" "x86_64-linux" ];
maintainers = with maintainers; [ rushmorem thoughtpolice ];
};

View File

@ -258,7 +258,7 @@ mapAliases ({
claws-mail-gtk3 = claws-mail; # Added 2021-07-10
clucene_core_1 = throw "'clucene_core_1' has been renamed to/replaced by 'clucene_core'"; # Added 2023-12-09
cntk = throw "'cntk' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2023-10-09
cockroachdb = throw "'cockroachdb' has been removed as it was outdated and unmaintained. Use 'cockroachdb-bin' instead"; # 2024-03-15
cockroachdb-bin = cockroachdb; # 2024-03-15
codimd = hedgedoc; # Added 2020-11-29
inherit (libsForQt5.mauiPackages) communicator; # added 2022-05-17
compton = throw "'compton' has been renamed to/replaced by 'picom'"; # Converted to throw 2023-09-10

View File

@ -26132,7 +26132,7 @@ with pkgs;
cpustat = callPackage ../os-specific/linux/cpustat { };
cockroachdb-bin = callPackage ../servers/sql/cockroachdb/cockroachdb-bin.nix { };
cockroachdb = callPackage ../servers/sql/cockroachdb { };
coconutbattery = callPackage ../os-specific/darwin/coconutbattery { };