pythonpackages.targetcli_fb: Remove outdated package
This commit is contained in:
parent
2170a73d5c
commit
cb7caad4e9
1 changed files with 0 additions and 21 deletions
|
@ -19957,27 +19957,6 @@ in {
|
|||
|
||||
tabulate = callPackage ../development/python-modules/tabulate { };
|
||||
|
||||
targetcli_fb = buildPythonPackage rec {
|
||||
version = "2.1.fb33";
|
||||
name = "targetcli-fb-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/agrover/targetcli-fb/archive/v${version}.tar.gz";
|
||||
sha256 = "1zcm0agdpf866020b43fl8zyyyzz6r74mn1sz4xpaa0pinpwjk42";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
configshell_fb
|
||||
rtslib_fb
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "A command shell for managing the Linux LIO kernel target";
|
||||
homepage = "https://github.com/agrover/targetcli-fb";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
};
|
||||
|
||||
taskw = buildPythonPackage rec {
|
||||
version = "1.0.3";
|
||||
name = "taskw-${version}";
|
||||
|
|
Loading…
Reference in a new issue