targetcli: rename to targetcli-fb

This commit is contained in:
Gaetan Lepage 2025-03-14 22:21:25 +01:00
parent b6ec380f66
commit 6e79d0d383
3 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ in
mode = "0600";
};
environment.systemPackages = with pkgs; [ targetcli ];
environment.systemPackages = with pkgs; [ targetcli-fb ];
boot.kernelModules = [
"configfs"

View File

@ -9,7 +9,7 @@
}:
python3Packages.buildPythonApplication rec {
pname = "targetcli";
pname = "targetcli-fb";
version = "3.0.1";
pyproject = true;

View File

@ -1473,6 +1473,7 @@ mapAliases {
taskwarrior = lib.warnOnInstantiate "taskwarrior was replaced by taskwarrior3, which requires manual transition from taskwarrior 2.6, read upstream's docs: https://taskwarrior.org/docs/upgrade-3/" taskwarrior2;
taplo-cli = taplo; # Added 2022-07-30
taplo-lsp = taplo; # Added 2022-07-30
targetcli = targetcli-fb; # Added 2025-03-14
taro = taproot-assets; # Added 2023-07-04
tbb_2021_5 = throw "tbb_2021_5 has been removed from nixpkgs, as it broke with GCC 14";
tcl-fcgi = tclPackages.tcl-fcgi; # Added 2024-10-02