targetcli: rename to targetcli-fb
This commit is contained in:
parent
b6ec380f66
commit
6e79d0d383
@ -34,7 +34,7 @@ in
|
||||
mode = "0600";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ targetcli ];
|
||||
environment.systemPackages = with pkgs; [ targetcli-fb ];
|
||||
|
||||
boot.kernelModules = [
|
||||
"configfs"
|
||||
|
@ -9,7 +9,7 @@
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "targetcli";
|
||||
pname = "targetcli-fb";
|
||||
version = "3.0.1";
|
||||
pyproject = true;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user