cockroachdb: rename from cockroachdb-bin, set meta.sourceProvenance

There is no longer a from source build package, so we can reduce the
attr.
This commit is contained in:
Sandro Jäckel
2024-08-28 14:10:24 +02:00
parent 2568a1f9bc
commit b711581edf
3 changed files with 3 additions and 2 deletions
@@ -44,6 +44,7 @@ buildFHSEnv {
mit
cockroachdb-community-license
];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = [ "aarch64-linux" "x86_64-linux" ];
maintainers = with maintainers; [ rushmorem thoughtpolice ];
};
+1 -1
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
+1 -1
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 { };