Unverified Commit 9709b53b authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 8ffc337b b711581e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 { };