summary refs log tree commit diff
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2017-10-28 23:06:52 +0800
committeradisbladis <adis@blad.is>2017-10-30 11:56:05 +0800
commitcb7caad4e96550f5ea88a412c6e9d4f848ae5413 (patch)
tree3db1e2f897b2139c40bf6946ba5514814345dd71
parent2170a73d5c3a666790a0cb3bc128801b24c0f4a7 (diff)
downloadnixlib-cb7caad4e96550f5ea88a412c6e9d4f848ae5413.tar
nixlib-cb7caad4e96550f5ea88a412c6e9d4f848ae5413.tar.gz
nixlib-cb7caad4e96550f5ea88a412c6e9d4f848ae5413.tar.bz2
nixlib-cb7caad4e96550f5ea88a412c6e9d4f848ae5413.tar.lz
nixlib-cb7caad4e96550f5ea88a412c6e9d4f848ae5413.tar.xz
nixlib-cb7caad4e96550f5ea88a412c6e9d4f848ae5413.tar.zst
nixlib-cb7caad4e96550f5ea88a412c6e9d4f848ae5413.zip
pythonpackages.targetcli_fb: Remove outdated package
-rw-r--r--pkgs/top-level/python-packages.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 9c0d4d4de31d..e4ebf1813536 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -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}";