pythonpackages.targetcli_fb: Remove outdated package
This commit is contained in:
parent
2170a73d5c
commit
cb7caad4e9
@ -19957,27 +19957,6 @@ in {
|
|||||||
|
|
||||||
tabulate = callPackage ../development/python-modules/tabulate { };
|
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 {
|
taskw = buildPythonPackage rec {
|
||||||
version = "1.0.3";
|
version = "1.0.3";
|
||||||
name = "taskw-${version}";
|
name = "taskw-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user