summary refs log tree commit diff
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2017-10-28 23:08:09 +0800
committeradisbladis <adis@blad.is>2017-10-30 11:56:06 +0800
commit7d6a912bfeeb37f62735c579cc1c8935dee14f3b (patch)
tree40735ec9d0400119b24016f09b1e623c39705a63
parentcb7caad4e96550f5ea88a412c6e9d4f848ae5413 (diff)
downloadnixlib-7d6a912bfeeb37f62735c579cc1c8935dee14f3b.tar
nixlib-7d6a912bfeeb37f62735c579cc1c8935dee14f3b.tar.gz
nixlib-7d6a912bfeeb37f62735c579cc1c8935dee14f3b.tar.bz2
nixlib-7d6a912bfeeb37f62735c579cc1c8935dee14f3b.tar.lz
nixlib-7d6a912bfeeb37f62735c579cc1c8935dee14f3b.tar.xz
nixlib-7d6a912bfeeb37f62735c579cc1c8935dee14f3b.tar.zst
nixlib-7d6a912bfeeb37f62735c579cc1c8935dee14f3b.zip
pythonpackages.configshell_fb: Remove outdated package
-rw-r--r--pkgs/top-level/python-packages.nix24
1 files changed, 0 insertions, 24 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index e4ebf1813536..72cc1b282d19 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -2981,30 +2981,6 @@ in {
   });
 
 
-  configshell_fb = buildPythonPackage rec {
-    version = "1.1.fb10";
-    name = "configshell-fb-${version}";
-
-    src = pkgs.fetchurl {
-      url = "https://github.com/agrover/configshell-fb/archive/v${version}.tar.gz";
-      sha256 = "1dd87xvm98nk3jzybb041gjdahi2z9b53pwqhyxcfj4a91y82ndy";
-    };
-
-    propagatedBuildInputs = with self; [
-      pyparsing
-      urwid
-    ];
-
-    # Fails on python 3 due to a None value where a string is expected
-    doCheck = !isPy3k;
-
-    meta = {
-      description = "A Python library for building configuration shells";
-      homepage = "https://github.com/agrover/configshell-fb";
-      platforms = platforms.linux;
-    };
-  };
-
   confluent-kafka = callPackage ../development/python-modules/confluent-kafka {};
 
   construct = callPackage ../development/python-modules/construct {};